[Swift-commit] r7716 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Mar 14 15:15:55 CDT 2014


Author: ketan
Date: 2014-03-14 15:15:54 -0500 (Fri, 14 Mar 2014)
New Revision: 7716

Modified:
   SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
   SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
Log:
header notice

Modified: SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachlist.sh	2014-03-14 19:01:16 UTC (rev 7715)
+++ SwiftApps/swift-galaxy/swift/swiftforeachlist.sh	2014-03-14 20:15:54 UTC (rev 7716)
@@ -45,6 +45,15 @@
 fi
 
 cat << EOF > $wdir/script.swift
+
+/*
+*
+* Swift source script is generated automatically via the Swift-Galaxy
+* integration tool. Be careful before making any changes to it directly as
+* it might be tied with other configuration and paramter values.
+*
+*/
+
 type file;
 
 app (file _out, file _err) anapp(file _exec, int _i, string _stringargs[], file _fileargs[]){

Modified: SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachrange.sh	2014-03-14 19:01:16 UTC (rev 7715)
+++ SwiftApps/swift-galaxy/swift/swiftforeachrange.sh	2014-03-14 20:15:54 UTC (rev 7716)
@@ -52,6 +52,15 @@
 
 #Build Swift source code
 cat << EOF > $wdir/script.swift
+
+/*
+*
+* Swift source script is generated automatically via the Swift-Galaxy
+* integration tool. Be careful before making any changes to it directly as
+* it might be tied with other configuration and paramter values.
+*
+*/
+
 type file;
 
 app (file _out, file _err) anapp(file _exec, int _i, string _stringargs[], file _fileargs[]){




More information about the Swift-commit mailing list