[Swift-commit] r8342 - branches/release-0.95/bin
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Fri Dec 12 15:37:12 CST 2014
Author: hategan
Date: 2014-12-12 15:37:12 -0600 (Fri, 12 Dec 2014)
New Revision: 8342
Modified:
branches/release-0.95/bin/swiftrun
Log:
don't allow abbreviated options in swiftrun/Getopt
Modified: branches/release-0.95/bin/swiftrun
===================================================================
--- branches/release-0.95/bin/swiftrun 2014-12-12 15:36:20 UTC (rev 8341)
+++ branches/release-0.95/bin/swiftrun 2014-12-12 21:37:12 UTC (rev 8342)
@@ -9,6 +9,7 @@
use Getopt::Long qw(GetOptionsFromArray);
use Cwd;
+Getopt::Long::Configure("posix_default");
Getopt::Long::Configure("pass_through");
my %properties = (); # Hash storing all swift properties
More information about the Swift-commit
mailing list