diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-06-16 01:44:25 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-06-16 01:44:25 +0100 |
commit | db0cb1e0971201ff81a595247b24db874e5bc1fb (patch) | |
tree | 7149c2d3a948e5e13c244c36697b3bf4a9bb7257 /parse_config.sh | |
parent | Minimal configuration has to be larger, fixed a network setup error too (diff) | |
download | gentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.tar.gz gentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.tar.bz2 gentoaster-db0cb1e0971201ff81a595247b24db874e5bc1fb.zip |
Bugfixes and tidy up
Diffstat (limited to 'parse_config.sh')
-rwxr-xr-x | parse_config.sh | 1 |
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=" " } |