aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rwxr-xr-xscripts/heasoft.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88c97fb..3a2bbaa 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,6 @@ heainit() {
tool=$(basename $i)
ln -sf ${wrapper_name} ${wrapper_dir}/${tool}
done
- rehash
echo "HEASoft initialized."
else
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