summaryrefslogtreecommitdiffstats
path: root/tools/shld.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shld.sh')
-rwxr-xr-xtools/shld.sh1
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