summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeman2-installer8
1 files changed, 3 insertions, 5 deletions
diff --git a/eman2-installer b/eman2-installer
index b3982b335125..98c49d6b5029 100755
--- a/eman2-installer
+++ b/eman2-installer
@@ -34,11 +34,9 @@ setup_shell() {
echo "Unkown shell. You will need set up your enviroment variables manually."
fi
if test "X${RCFILE}" != "X"; then
- #echo "Please add the following line to the end of your ${HOME}/${RCFILE} :"
- #echo "source ${EMAN2DIR}/eman2${RCFILE}"
- #echo ""
- #echo "If you experience any problems after installation, please see for tips:"
- #echo "http:/eman2.org/Install/BinaryInstall"
+ echo ""
+ echo "If you experience any problems after installation, please see for tips:"
+ echo "http:/eman2.org/Install/BinaryInstall"
fi
}