mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
make_tarball: fix the vendor tarball generation path
Tilde expansion doesn't work inside quotes.
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