comparison lib-src/gnudoit @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 43dd3413c7c7
children
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
25 shift 25 shift
26 fi 26 fi
27 27
28 if [ $# -eq 0 ] 28 if [ $# -eq 0 ]
29 then 29 then
30 echo "$0: arguments expected" >&2 30 exec gnuclient $quick -batch
31 exit 1 31 else
32 # I use "$*" instead of "$@" intentionally -- I don't want to have the
33 # arguments split.
34 exec gnuclient $quick -batch -eval "$*"
32 fi 35 fi
33 36
34 # I use "$*" instead of "$@" intentionally -- I don't want to have the
35 # arguments split.
36 exec gnuclient $quick -batch -eval "$*"