mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 07:12:45 +08:00
make_tarball: quote variables
Fixes a shellcheck warning
This commit is contained in:
parent
94ae87afa0
commit
e78560d927
|
@ -70,7 +70,7 @@ $TAR_APPEND version
|
||||||
|
|
||||||
if [ -n "$VENDOR_TARBALLS" ]; then
|
if [ -n "$VENDOR_TARBALLS" ]; then
|
||||||
$BUILD_TOOL corrosion-vendor.tar.gz
|
$BUILD_TOOL corrosion-vendor.tar.gz
|
||||||
mv corrosion-vendor.tar.gz ${FISH_ARTEFACT_PATH:-~/fish_built}/${prefix}_corrosion-vendor.tar.gz
|
mv corrosion-vendor.tar.gz "${FISH_ARTEFACT_PATH:-~/fish_built}"/"${prefix}"_corrosion-vendor.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in New Issue
Block a user