From 1837dfffb996e9b47eda1fd060e688c8f31e4c9f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Nov 2006 22:35:12 +0000 Subject: [PATCH] Some internal echo commands wont support -e, so make sure we get an external one. SVN revision: 26980 --- xnest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnest.sh b/xnest.sh index c4f0d736d..93602c28d 100755 --- a/xnest.sh +++ b/xnest.sh @@ -6,7 +6,7 @@ main=$DISPLAY display=" -display :1" tmp='mktemp' || exit 1 -echo -e "run\nbt\nq\ny" > $tmp +/bin/echo -e "run\nbt\nq\ny" > $tmp case "$@" in "") action="gdb -x $tmp" ; main=":1" ; display="" ;;