diff --git a/bin/sde-config-ini b/bin/sde-config-ini index 923fbb4..d7ed18c 100755 --- a/bin/sde-config-ini +++ b/bin/sde-config-ini @@ -201,7 +201,7 @@ for item; do # empty line at the end of the last section echo >> "$tmpfile.0" fi - echo -e "[$section]" >> "$tmpfile.1" + $ECHO_E "[$section]" >> "$tmpfile.1" fi if grep -q "^[ \t]*$key[ \t]*=" $tmpfile.1; then