Browse Source

sde-wrapper: Changed to not use `echo -e` unecessarily

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
bf16cda957
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde

+ 1
- 1
bin/sde

@ -23,7 +23,7 @@ echo_info() {
echo_abort() {
local errno="$1"; shift
echo -e "!> ERROR: $@" >&2
echo "!> ERROR: $@" >&2
exit "$errno"
}

Loading…
Cancel
Save