Coda File System

nitpicking

From: Robert Forsman <thoth_at_purplefrog.com>
Date: Mon, 11 Sep 2000 17:40:51 -0400
Jan Harkes <jaharkes_at_cs.cmu.edu> ,in message <20000911172236.A19043_at_cs.cmu.edu>
	, wrote: 

> And /bin/setuid-wrapper could be something like,
> 
>     #!/bin/sh
>     bin = "$0.real"
>     if [ -x "$bin" ];
> 	sudo "$bin" $*
>     fi

  I would write that sudo as

sudo "$bin" "$@"

  in order to prevent mangling of the argument list.

-- 
Bob Forsman                                   thoth_at_gainesville.fl.us
           http://www.gainesville.fl.us/~thoth/
Received on 2000-09-11 17:38:12