You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/16 18:39:54 UTC

svn commit: r815870 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Wed Sep 16 16:39:53 2009
New Revision: 815870

URL: http://svn.apache.org/viewvc?rev=815870&view=rev
Log:
Be more verbose.

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=815870&r1=815869&r2=815870&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 16 16:39:53 2009
@@ -48,7 +48,13 @@
     test "x$__need_bash"  = "x0" && sh   $0 __running_the_bash_shell@ "$@"
 )
 
-test "x$1" != "x__running_the_bash_shell@" && exit
+if [ "x$1" != "x__running_the_bash_shell@" ]; then
+    echo ""
+    echo "[ERROR] Configure requires the BASH compatible shell."
+    echo "        Make sure the bash is installed and accessible"
+    echo ""
+    exit
+fi
 shift
 
 name=acr