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 /scripts/heasoft.sh | |
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 'scripts/heasoft.sh')
-rwxr-xr-x | scripts/heasoft.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/heasoft.sh b/scripts/heasoft.sh index 54e295b..03aa3fb 100755 --- a/scripts/heasoft.sh +++ b/scripts/heasoft.sh @@ -42,7 +42,6 @@ # tool=$(basename $i) # ln -sf ${wrapper_name} ${wrapper_dir}/${tool} # done -# rehash # # echo "HEASoft initialized." # else |