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.
2 parents 7075b4d + 1ad3735 commit 87d42feCopy full SHA for 87d42fe
git-archive-all.sh
@@ -44,7 +44,7 @@ trap 'cleanup' QUIT EXIT
44
# For security reasons, explicitly set the internal field separator
45
# to newline, space, tab
46
OLD_IFS=$IFS
47
-IFS="\n \t"
+IFS="$(printf '\n \t')"
48
49
function cleanup () {
50
rm -f $TMPFILE
0 commit comments