From b98afd8385be2a2bd72e22252c81b2cc4f950e89 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 19 May 2014 18:00:20 +0200 Subject: [PATCH] Small typo in coriolisEnv.py. --- bootstrap/coriolisEnv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/coriolisEnv.py b/bootstrap/coriolisEnv.py index 462143d7..8ee204cd 100755 --- a/bootstrap/coriolisEnv.py +++ b/bootstrap/coriolisEnv.py @@ -190,7 +190,7 @@ if __name__ == "__main__": shellScriptCsh += 'setenv LD_LIBRARY_PATH="%(LD_LIBRARY_PATH)s";\n' shellScriptSh += "hash -r;\n" - shellScriptCSh += "rehash;\n" + shellScriptCsh += "rehash;\n" if options.csh: shellScript = shellScriptCsh else: shellScript = shellScriptSh