From 5cc866d0b4e778d2d38d8db9c41d30f75e47a78c Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 8 Jul 2012 10:26:47 +0000 Subject: stupid --- usr.bin/libtool/LT/Getopt.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # @@ -216,6 +216,7 @@ MAINLOOP: die "Unknown option $_\n"; } else { unshift(@main::ARGV, $_); + last; } } } -- cgit v1.2.3