diff options
author | Tom Tromey <tromey@redhat.com> | 1997-08-02 19:30:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-08-02 19:30:48 +0000 |
commit | 624cd5d3668479ede3a41d849801b7c04acab3fe (patch) | |
tree | b2800793f5933bf7270df2d1e29473daca0252c6 /lib | |
parent | 49edc4328d154c49620137ab6da5ee35ec56392a (diff) | |
download | automake-624cd5d3668479ede3a41d849801b7c04acab3fe.tar.gz |
ylwrap patch from ian
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ylwrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ylwrap b/lib/ylwrap index fbae17bd7..b37f2cd37 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -48,6 +48,7 @@ esac pairlist= while test "$#" -ne 0; do if test "$1" = "--"; then + shift break fi pairlist="$pairlist $1" |