bug-bash
[Top][All Lists]
Advanced

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

Re: how to save "$@", shift and reset $@ ?


From: gk
Subject: Re: how to save "$@", shift and reset $@ ?
Date: Thu, 29 May 2003 15:09:18 -0700

At 05:11 PM 5/29/2003 -0400, Paul Jarc wrote:
I think that should be:
set -- "${saved[@]}"
Otherwise, you'll only get the first argument, and it'll be split.

Thanks again. My test case didn't catch that.

- Greg Keraunen
http://www.xmake.org





reply via email to

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