summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Hardy2017-02-03 08:12:19 +1100
committerJoshua Hardy2017-02-03 08:12:19 +1100
commit5a35d7feead90cdffe37b1a9095ad60c86119b7c (patch)
treea38dd49c43db713e3aab14f7f576c78570053b12
parentf795d29df53e6b5171342ea5c887ca70efb5c224 (diff)
downloadaur-5a35d7feead90cdffe37b1a9095ad60c86119b7c.tar.gz
fixed syntax error in eman2-installer script
-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
}