diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-29 17:19:18 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-29 17:19:18 +0200 |
commit | 1c0b252dfa0169eef0a4bdb7442d433b2bf8c1c7 (patch) | |
tree | ead6df22bd9dccb6566341e12af6ec4c46b27631 /environment/LocalConfig.pm | |
parent | 70585a59a738d0148ed2da90252050f4d86f4a22 (diff) |
reverted changes in upstream
Diffstat (limited to 'environment/LocalConfig.pm')
-rw-r--r-- | environment/LocalConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment/LocalConfig.pm b/environment/LocalConfig.pm index ecabe75d..abae1e3b 100644 --- a/environment/LocalConfig.pm +++ b/environment/LocalConfig.pm @@ -66,7 +66,7 @@ my $CCONFIG = { 'QSubMemFlag' => ' ', 'JobControl' => 'fork', 'DefaultJobs' => 2, - } + }, }; our $senvironment_name = 'LOCAL'; |