mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
make_tarball: quote variables
Fixes a shellcheck warning
This commit is contained in:
@@ -70,7 +70,7 @@ $TAR_APPEND version
|
||||
|
||||
if [ -n "$VENDOR_TARBALLS" ]; then
|
||||
$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
|
||||
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user