Small typo in coriolisEnv.py.
This commit is contained in:
parent
2dd36b9624
commit
b98afd8385
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue