(minor glitch in sudo adc)

thanks to jeff for finding it...
This commit is contained in:
Sitaram Chamarty 2010-10-06 22:57:45 +05:30
parent afbab1dd8d
commit ba39d93e28

View file

@ -20,4 +20,5 @@ user="$1"; shift
cmd="$1"; shift
GL_USER=$user; export GL_USER
[ -x $(dirname $0)/$cmd ] || die "no adc called $cmd"
exec $(dirname $0)/$cmd "$@"