Some internal echo commands wont support -e, so make sure we get an external

one.


SVN revision: 26980
This commit is contained in:
David Walter Seikel 2006-11-05 22:35:12 +00:00
parent dc8d2b1502
commit 1837dfffb9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
main=$DISPLAY main=$DISPLAY
display=" -display :1" display=" -display :1"
tmp='mktemp' || exit 1 tmp='mktemp' || exit 1
echo -e "run\nbt\nq\ny" > $tmp /bin/echo -e "run\nbt\nq\ny" > $tmp
case "$@" in case "$@" in
"") action="gdb -x $tmp" ; main=":1" ; display="" ;; "") action="gdb -x $tmp" ; main=":1" ; display="" ;;