[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs]



Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv9453

Modified Files:
	Makefile 
Log Message:



Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	6 Sep 2002 20:43:22 -0000	1.8
+++ Makefile	13 Oct 2002 01:34:44 -0000	1.9
@@ -24,8 +24,8 @@
             fi;                                                              \
 	done;                                                                \
 	if [ 'x' = "x$$PYTHON" ]; then                                       \
-	    echo 'ERROR: couldn't find any of $(PYTHON_CANDIDATES) in PATH"; \
-	    echo '   Please install python in your path, or set the PYTHON"; \
+	    echo "ERROR: couldn't find any of $(PYTHON_CANDIDATES) in PATH"; \
+	    echo "   Please install python in your path, or set the PYTHON"; \
             echo '   environment variable';                                  \
 	    exit;                                                            \
         fi;                                                                  \