From d6aa9fc2ab9e2a3de12255fc9c204b13ef296a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 22 Jan 2012 00:41:36 +0100 Subject: easy_e17.sh: fix configuration files reading --- easy_e17.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/easy_e17.sh b/easy_e17.sh index ee4dff8..eb5a62f 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -332,9 +332,7 @@ function read_config_files () conf_options="" # read files for file in $conf_files; do - for option in `cat "$file"`; do - conf_options="$conf_options $(echo "$option" | tr -d '\n')" - done + conf_options="$conf_options $(cat $file | tr -d '\n')" done my_args="$conf_options $my_args" } -- cgit v1.1-2-g2b99