fix some shellcheck issues

This commit is contained in:
Andreas Gerstmayr 2020-02-21 20:59:40 +01:00
parent 0936576b7d
commit 547ca34441

View File

@ -13,10 +13,10 @@ else
PATCHES="" PATCHES=""
fi fi
pushd $(mktemp -d) pushd "$(mktemp -d)"
echo Extracting sources... echo Extracting sources...
tar xfz $SRC tar xfz "$SRC"
cd grafana-pcp-* cd grafana-pcp-*
echo Applying patches... echo Applying patches...
@ -32,6 +32,6 @@ echo Removing files with licensing issues...
rm -rf node_modules/node-notifier rm -rf node_modules/node-notifier
echo Compressing... echo Compressing...
XZ_OPT=-9 tar cJf $DEST node_modules XZ_OPT=-9 tar cJf "$DEST" node_modules
popd popd