Small typo in coriolisEnv.py.

This commit is contained in:
Jean-Paul Chaput 2014-05-19 18:00:20 +02:00
parent 2dd36b9624
commit b98afd8385
1 changed files with 1 additions and 1 deletions

View File

@ -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