summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-07-08 10:26:46 +0000
committerespie <espie@openbsd.org>2012-07-08 10:26:46 +0000
commitd5a610c6d3419182cf2a202c052658bfca8d77c8 (patch)
treece8438e12d608061efd5b4a9eaa5279ef4b0081d
parentZap extra spaces from function pointer arguments (diff)
downloadwireguard-openbsd-d5a610c6d3419182cf2a202c052658bfca8d77c8.tar.xz
wireguard-openbsd-d5a610c6d3419182cf2a202c052658bfca8d77c8.zip
stupid
-rw-r--r--usr.bin/libtool/LT/Getopt.pm3
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;
}
}
}