From 1dc86d6d0e582e02a291f197d76345e8a2b2d6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 16 Jan 2012 08:23:58 +0100 Subject: easy_e17.sh: remove trailing '\n' within config_files (allow multilines config) --- easy_e17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index bd8e60f..ee4dff8 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -333,7 +333,7 @@ function read_config_files () # read files for file in $conf_files; do for option in `cat "$file"`; do - conf_options="$conf_options $option" + conf_options="$conf_options $(echo "$option" | tr -d '\n')" done done my_args="$conf_options $my_args" -- cgit v1.1-2-g2b99