Unset IFS in shell scripts in the linux standalone build and OSX app.
This commit is contained in:
parent
2e241f92c7
commit
24125e8dc4
18 changed files with 43 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# libraries bundled with this app.
|
||||
|
||||
set -e
|
||||
unset IFS
|
||||
|
||||
os="$(uname -o 2>/dev/null || true)"
|
||||
base="$(dirname "$0")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue