aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-06-16 01:44:25 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-06-16 01:44:25 +0100
commitdb0cb1e0971201ff81a595247b24db874e5bc1fb (patch)
tree7149c2d3a948e5e13c244c36697b3bf4a9bb7257 /parse_config.sh
parentMinimal configuration has to be larger, fixed a network setup error too (diff)
downloadgentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.tar.gz
gentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.tar.bz2
gentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.zip
Bugfixes and tidy up
Diffstat (limited to 'parse_config.sh')
-rwxr-xr-xparse_config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_config.sh b/parse_config.sh
index 24aba14..090954a 100755
--- a/parse_config.sh
+++ b/parse_config.sh
@@ -23,6 +23,7 @@ cfg_parser ()
ini[0]="" # remove first element
ini[${#ini[*]} + 1]='}' # add the last brace
eval "$(echo "${ini[*]}")" # eval the result
+ IFS=" "
}