wmii/rc/extern
Georg Neis 33acee2a70 rc/extern: exit if argument list is empty
this avoids "empty argument list" error messages when
leaving the menu by pressing escape
2006-02-18 22:39:20 +02:00

19 lines
203 B
Bash

#!9PREFIX/bin/rc
# clean the environment and execute the given command
if(~ $#* 0)
exit
PATH=$OLD_PATH
OLD_PATH=()
wmiircpid=()
apid=()
home=()
ifs=()
pid=()
prompt=()
rcname=()
status=()
exec $*