[Swift-commit] r6608 - in branches/faster: . bin

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Mon Jul 8 00:37:40 CDT 2013


Author: hategan
Date: 2013-07-08 00:37:39 -0500 (Mon, 08 Jul 2013)
New Revision: 6608

Modified:
   branches/faster/
   branches/faster/bin/swiftrun
Log:
merged 6190 from trunk


Property changes on: branches/faster
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/release-0.93:4761-5122
/trunk:6172,6177,6182,6189
   + /branches/release-0.93:4761-5122
/trunk:6172,6177,6182,6189-6190

Modified: branches/faster/bin/swiftrun
===================================================================
--- branches/faster/bin/swiftrun	2013-07-08 05:36:41 UTC (rev 6607)
+++ branches/faster/bin/swiftrun	2013-07-08 05:37:39 UTC (rev 6608)
@@ -48,7 +48,7 @@
    case "$1" in
       -site|-sites|-s) SITES=$2; verify_not_null sites $SITES; shift ;;
       -config|-c) CONFIG=$2; verify_not_null config $CONFIG; shift ;;
-      *) if [ -z "$script" ]; then script="$1"
+      *) if [ -z "$script" ] && [[ $1 == *.swift ]]; then script="$1"
          else args+="$1 "
          fi ;;
    esac




More information about the Swift-commit mailing list