From 9a7f129955dbfe010e8120cc1322824722cdf9ad Mon Sep 17 00:00:00 2001 From: vikram Date: Mon, 11 Sep 2017 18:56:33 +0530 Subject: [PATCH] Fixed pyshell --- python/scripts/pyshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/scripts/pyshell b/python/scripts/pyshell index 7173053dbc..1e49d6c8ab 100755 --- a/python/scripts/pyshell +++ b/python/scripts/pyshell @@ -65,7 +65,7 @@ then fi if [ -z $APEX_HOME ] then - echo "APEX_HOME is not set correctly" + echo "APEX_HOME is not set correctly; Please set it to apex-core path" exit fi real_dir() {