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
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
unset IFS
|
||||
link="$(readlink -f "$0" 2>/dev/null || readlink "$0")" || true
|
||||
if [ -n "$link" ]; then
|
||||
base="$(dirname "$link")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue