]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:replace: Reformat shell scripts
authorAndreas Schneider <asn@samba.org>
Mon, 21 Feb 2022 10:16:58 +0000 (11:16 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 24 Feb 2022 09:15:34 +0000 (09:15 +0000)
shfmt -f lib/replace/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/talloc/configure

index d8a8d2ac2f393aa0a00f847f62ecc323c38bd07e..d0ab6685fbe7138482cc7fae66f5863fb605d9de 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PREVPATH=`dirname $0`
+PREVPATH=$(dirname $0)
 
 if [ -f $PREVPATH/../../buildtools/bin/waf ]; then
        WAF=../../buildtools/bin/waf