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 8ecb286 commit 1ad3735Copy full SHA for 1ad3735
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