From: Andreas Schneider Date: Mon, 21 Feb 2022 10:16:58 +0000 (+0100) Subject: lib:replace: Reformat shell scripts X-Git-Tag: tevent-0.12.0~637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b9639e8dc96d30d4b1acfc7a52589446aff57a;p=thirdparty%2Fsamba.git lib:replace: Reformat shell scripts shfmt -f lib/replace/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/lib/talloc/configure b/lib/talloc/configure index d8a8d2ac2f3..d0ab6685fbe 100755 --- a/lib/talloc/configure +++ b/lib/talloc/configure @@ -1,6 +1,6 @@ #!/bin/sh -PREVPATH=`dirname $0` +PREVPATH=$(dirname $0) if [ -f $PREVPATH/../../buildtools/bin/waf ]; then WAF=../../buildtools/bin/waf