summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-19 16:09:04 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-02-24 09:15:34 +0000
commit9b0273faa7ae6c04124ab50587c7b13296d9fb89 (patch)
tree3cd21dd7898a10d71d55bb51c0a025b13a157fa0 /lib/replace
parent1e8806417037f977c73f41d036968f74a6126641 (diff)
downloadsamba-9b0273faa7ae6c04124ab50587c7b13296d9fb89.tar.gz
lib:ldb: Reformat shell scripts
shfmt -f lib/ldb/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/replace')
-rwxr-xr-xlib/replace/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/configure b/lib/replace/configure
index d8a8d2ac2f3..d0ab6685fbe 100755
--- a/lib/replace/configure
+++ b/lib/replace/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-PREVPATH=`dirname $0`
+PREVPATH=$(dirname $0)
if [ -f $PREVPATH/../../buildtools/bin/waf ]; then
WAF=../../buildtools/bin/waf