From 363d0a4941961bcc4762e93532725f153dd5a55e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 24 Aug 2008 15:00:09 -0400 Subject: [PATCH] sde-config-ini: changed to use $ECHO_E --- bin/sde-config-ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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