diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-07-08 10:26:47 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-07-08 10:26:47 +0000 |
commit | 5cc866d0b4e778d2d38d8db9c41d30f75e47a78c (patch) | |
tree | 1bfd7fc950a78bca1c9b6fb60be436dde06213ca | |
parent | 923b5d82f5589479b5abcd3ce108f1a3e8fdfae8 (diff) |
stupid
-rw-r--r-- | usr.bin/libtool/LT/Getopt.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/libtool/LT/Getopt.pm b/usr.bin/libtool/LT/Getopt.pm index 0418d3888fb..253ea9dbb76 100644 --- a/usr.bin/libtool/LT/Getopt.pm +++ b/usr.bin/libtool/LT/Getopt.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Getopt.pm,v 1.1 2012/07/08 10:12:19 espie Exp $ +# $OpenBSD: Getopt.pm,v 1.2 2012/07/08 10:26:46 espie Exp $ # Copyright (c) 2012 Marc Espie <espie@openbsd.org> # @@ -216,6 +216,7 @@ MAINLOOP: die "Unknown option $_\n"; } else { unshift(@main::ARGV, $_); + last; } } } |