summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
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"