[Swift-commit] r3555 - usertools/swift/swiftconfig/lib/perl

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Aug 17 23:43:11 CDT 2010


Author: davidk
Date: 2010-08-17 23:43:10 -0500 (Tue, 17 Aug 2010)
New Revision: 3555

Modified:
   usertools/swift/swiftconfig/lib/perl/SwiftConfig.pm
Log:
Missing newline


Modified: usertools/swift/swiftconfig/lib/perl/SwiftConfig.pm
===================================================================
--- usertools/swift/swiftconfig/lib/perl/SwiftConfig.pm	2010-08-18 04:35:48 UTC (rev 3554)
+++ usertools/swift/swiftconfig/lib/perl/SwiftConfig.pm	2010-08-18 04:43:10 UTC (rev 3555)
@@ -420,7 +420,7 @@
         print "Error: incorrect format\n";
         $app_time = get_entry("Walltime", $1, 0);
     }
-    print APPFILE "SWIFTCONFIGURATION\t$app_name\t$app_path\tINSTALLED\tINTEL32::LINUX\tGLOBUS::maxwalltime=\"$app_time\"";
+    print APPFILE "SWIFTCONFIGURATION\t$app_name\t$app_path\tINSTALLED\tINTEL32::LINUX\tGLOBUS::maxwalltime=\"$app_time\"\n";
     close(APPFILE);
     print "Added $app_name\n";
 }




More information about the Swift-commit mailing list