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 | eecf255ed7aaabb9ce2decd80dd115240e468327 (patch) | |
tree | 034c9c6ed440d80abc93ed81b472114827c26631 /environment | |
parent | 3607e00fec971d2a58a638ade53870aac0d31208 (diff) |
reverted changes in upstream
Diffstat (limited to 'environment')
-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'; |