[Swift-commit] r8343 - branches/release-0.95/bin

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Dec 12 15:48:06 CST 2014


Author: hategan
Date: 2014-12-12 15:48:06 -0600 (Fri, 12 Dec 2014)
New Revision: 8343

Modified:
   branches/release-0.95/bin/swiftrun
Log:
actually make it look like the trunk version

Modified: branches/release-0.95/bin/swiftrun
===================================================================
--- branches/release-0.95/bin/swiftrun	2014-12-12 21:37:12 UTC (rev 8342)
+++ branches/release-0.95/bin/swiftrun	2014-12-12 21:48:06 UTC (rev 8343)
@@ -9,8 +9,7 @@
 use Getopt::Long qw(GetOptionsFromArray);
 use Cwd;
 
-Getopt::Long::Configure("posix_default");
-Getopt::Long::Configure("pass_through");
+Getopt::Long::Configure("pass_through", "no_auto_abbrev");
 
 my %properties = ();		# Hash storing all swift properties
 my @property_files = ();	# List of swift property files to be read




More information about the Swift-commit mailing list