We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2393185 commit 4a772b6Copy full SHA for 4a772b6
scripts/create_source_tarball.sh
@@ -45,7 +45,7 @@ SOLDIR="$SOLDIR" git submodule foreach 'git checkout-index --all --prefix="${SOL
45
46
# Include the commit hash and prerelease suffix in the tarball
47
echo "$commit_hash" > "${SOLDIR}/commit_hash.txt"
48
-[[ -e prerelease.txt && ! -s prerelease.txt ]] && cp prerelease.txt "${SOLDIR}/"
+[[ -e prerelease.txt ]] && cp prerelease.txt "${SOLDIR}/"
49
50
mkdir -p "$REPO_ROOT/upload"
51
tar \
0 commit comments