From 3d94e02bffc42e79269ca20e9460a147e52807d3 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 23 Aug 2012 14:52:46 +0300 Subject: Syntax error fixed --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 384f57d..bf08681 100755 --- a/utils.sh +++ b/utils.sh @@ -120,7 +120,7 @@ notify() { echo if ps -o stat= -p $PPID | grep "s" >/dev/null 2>&1; then echo "IMPORTANT: How to configure your system if everything went fine:" - echo "IMPORTANT: bash shell only: '. $OT_TOOLS_CONF'" (convenient ot-tools) + echo "IMPORTANT: bash shell only: '. $OT_TOOLS_CONF' (convenient ot-tools)" echo "IMPORTANT: other shells: '. $OT_UI_CONF' (no ot-tools available)" echo "IMPORTANT: More information: 'http://opentox.github.com/General/2012/08/09/install-opentox-development-environment'" echo "IMPORTANT: Thank you for your attention." -- cgit v1.2.3