diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/shld.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shld.sh b/tools/shld.sh index 191d1a4..d53dab3 100755 --- a/tools/shld.sh +++ b/tools/shld.sh @@ -95,6 +95,7 @@ link() # Add call to init functions. cat >&3 <<-'EOF' + unset IFS for __func in ${__init_funcs}; do ${__func} done |