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