i'm assuming this was the intention here? (if not, feel free to revert, but something other than 'mktemp' should be used for the command file name)

SVN revision: 27177
This commit is contained in:
rephorm 2006-11-19 15:43:58 +00:00 committed by rephorm
parent 815e1699c7
commit 23878b3c2e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ disp_num=":1" # Which display do you want the xnest to be on?
main=$DISPLAY
display=" -display $disp_num"
tmp='mktemp' || exit 1
tmp=`mktemp` || exit 1
/bin/echo -e "run\nbt\nq\ny" > $tmp
case "$@" in