You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2020/11/27 13:28:09 UTC

svn commit: r1883857 - /gump/live/cron/gump.sh

Author: markt
Date: Fri Nov 27 13:28:09 2020
New Revision: 1883857

URL: http://svn.apache.org/viewvc?rev=1883857&view=rev
Log:
Update for Ubuntu 20.04

Modified:
    gump/live/cron/gump.sh

Modified: gump/live/cron/gump.sh
URL: http://svn.apache.org/viewvc/gump/live/cron/gump.sh?rev=1883857&r1=1883856&r2=1883857&view=diff
==============================================================================
--- gump/live/cron/gump.sh (original)
+++ gump/live/cron/gump.sh Fri Nov 27 13:28:09 2020
@@ -42,11 +42,11 @@ export HOST_LOCAL_PRE_RUN=local-pre-run-
 export HOST_LOCAL_POST_RUN=local-post-run-${GUMP_HOST}.sh
 
 if [ "" == "$GUMP_PYTHON" ] ; then
-  export GUMP_PYTHON="`which python2.3`"
+  export GUMP_PYTHON="`which python2`"
   if [ "" == "$GUMP_PYTHON" ] ; then
     export GUMP_PYTHON="`which python`"
 	if [ "" == "$GUMP_PYTHON" ] ; then
-	    echo "No Python (python2.3 nor python) found in path."
+	    echo "No Python (python2 nor python) found in path."
 	 	exit 1
     fi
   fi