[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Apparently, my feelings towards shell are mutual.
Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv29057
Modified Files:
Makefile
Log Message:
Apparently, my feelings towards shell are mutual.
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 29 Aug 2002 03:30:21 -0000 1.7
+++ Makefile 6 Sep 2002 20:43:22 -0000 1.8
@@ -18,11 +18,11 @@
FINDPYTHON = \
for n in $(PYTHON_CANDIDATES) ; do \
if [ 'x' = "x$$PYTHON" ]; then \
- if [ -x `which $$n 2>&1` ]; then \
- PYTHON=$$n; \
- fi; \
- fi ; \
- done ; \
+ if [ -x "`which $$n 2>&1`" ]; then \
+ PYTHON=$$n; \
+ fi; \
+ 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"; \