It's "skipargs", not "skip".
This commit is contained in:
parent
ef8e8146c4
commit
52539db8bd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: marshall,v 1.4 2003/10/04 10:20:09 jlam Exp $
|
||||
# $NetBSD: marshall,v 1.5 2003/10/09 08:19:47 jlam Exp $
|
||||
#
|
||||
# Handle cases where multiple consecutive arguments must be processed
|
||||
# together, either by merging the arguments or "skipping" the extra
|
||||
|
@ -22,6 +22,6 @@ case $arg in
|
|||
# transformation.
|
||||
#
|
||||
-install_name)
|
||||
skip=1
|
||||
skipargs=1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue