diff options
author | Aaron LI <aly@aaronly.me> | 2018-09-21 14:38:38 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-09-21 14:38:38 +0800 |
commit | 5738c4387f0455b400d4a73b0095d85be39f6d3f (patch) | |
tree | 7c11ca70a2c897ba342d7dafaff3973430b59cc3 /README.md | |
parent | 373caa4776d2111a823b2cf4f2b7f79bc5e1c66c (diff) | |
download | chandra-acis-analysis-5738c4387f0455b400d4a73b0095d85be39f6d3f.tar.bz2 |
Remove the 'rehash' command from heainit()
The 'rehash' command is available in ZSH, but not in Bash, which uses
'hash -r' instead.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -132,7 +132,6 @@ heainit() { tool=$(basename $i) ln -sf ${wrapper_name} ${wrapper_dir}/${tool} done - rehash echo "HEASoft initialized." else |