Revert "Unset IFS in shell scripts in the linux standalone build and OSX app."

This reverts commit 24125e8dc4.

yoh has a better patch I see
This commit is contained in:
Joey Hess 2020-07-24 14:33:13 -04:00
parent 24125e8dc4
commit 79187a6eaf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
18 changed files with 0 additions and 43 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
unset IFS
link="$(readlink -f "$0" 2>/dev/null || readlink "$0")" || true
if [ -n "$link" ]; then
base="$(dirname "$link")"