Hi,
At Wed, 19 Jan 2005 16:15:26 +0900,
Horms wrote:
> On Tue, Jan 18, 2005 at 07:48:38PM +0900, Kenshi Muto wrote:
> > Package: kernel-patch-debian-2.6.10
> > Severity: normal
> > Version: 2.6.10-3
> > I'm using dash as sh.
> > I think patch-code should use #!/bin/bash or be fixed for plain bourne
> > shell.
>
> Agreed, could you take a moment to see if the
> attached patch resolves your problem.
I found a problem in your patch :-)
- for base in $((cd $home/series/ && ls -d *) | sort -rnt- -k 2); do
+ for base in `(cd $home/series/ && ls -d *) | sort -rnt- -k 2`; do
^
you missed
this :-)
After I added semi-colon, it worked.
Thanks,
--
Kenshi Muto
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]