Browse Source

sde-config-ini: changed to use $ECHO_E

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
363d0a4941
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-config-ini

+ 1
- 1
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

Loading…
Cancel
Save