bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#107493: Kill


From: Jeff Sheinberg
Subject: Re: Bug#107493: Kill
Date: Thu, 2 Aug 2001 19:08:58 -0400

Neal H Walfield writes:
 > Package: Hurd
 > 
 > We need a kill program in the Hurd; the bash builtin is not enough.
 > Consider the sudo command:
 > 
 >      # sudo kill 9999
 >      sudo: kill: command not found
 > 
 > I propose the following:
 > 
 >      #! /bin/sh
 > 
 >      kill ${1+$@}
                 ^^

I think you left out the double-quotes,

        kill ${1+"$@"}

-- 
Jeff Sheinberg  <jeffsh@erols.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]