summaryrefslogtreecommitdiff
path: root/third_party/update.sh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-23 12:11:07 +0100
committerPavel Filipensky <pfilipensky@samba.org>2022-08-10 14:14:04 +0000
commit042141efdb56d1e8d9f0246c9dff3a6c4329b8d4 (patch)
tree8e0049d0d132928c9356ef60a0119521de105476 /third_party/update.sh
parentbb2e0622f04355bc3c8ac7dc8d0d6dcf7a66b107 (diff)
downloadsamba-042141efdb56d1e8d9f0246c9dff3a6c4329b8d4.tar.gz
third_party: Reformat shell scripts
shfmt -w -p -i 0 -fn third_party/update.sh shfmt -w -p -i 0 -fn third_party/waf/update.sh Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org> Autobuild-Date(master): Wed Aug 10 14:14:04 UTC 2022 on sn-devel-184
Diffstat (limited to 'third_party/update.sh')
-rwxr-xr-xthird_party/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/update.sh b/third_party/update.sh
index 7f3581a03e2..aa40184849b 100755
--- a/third_party/update.sh
+++ b/third_party/update.sh
@@ -3,10 +3,10 @@
# our source tree for users that don't have them installed on their system
# Third party directory
-THIRD_PARTY_DIR="`dirname $0`"
+THIRD_PARTY_DIR="$(dirname $0)"
# Library directory where projects live that haven't been migrated to
# $THIRD_PARTY_DIR yet.
-WORKDIR="`mktemp -d`"
+WORKDIR="$(mktemp -d)"
echo "Updating zlib..."
git clone git://git.samba.org/third_party/zlib "$WORKDIR/zlib"