From a46fc2a52c94538a5bdd4e8072f83ec3d085b29c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Mar 2019 05:44:46 -0400 Subject: tools/shld.sh: Reset IFS before splitting ${__init_funcs} --- (limited to 'tools') 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 -- cgit v0.9.1