From d75e738e40ea341a21a7273675f960e427781296 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Wed, 27 Oct 2010 13:52:14 +0200 Subject: [PATCH] Python bootstrapper: hardcode /usr/bin/python Signed-off-by: Michael Hanselmann Reviewed-by: Iustin Pop --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3d300d671..2729aeca1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -626,7 +626,7 @@ $(REPLACE_VARS_SED): Makefile $(PYTHON_BOOTSTRAP): Makefile set -e; \ module='$(subst -,_,$(notdir $@))'; \ - { echo "#!$(PYTHON)"; \ + { echo '#!/usr/bin/python'; \ echo '# This file is automatically generated, do not edit!'; \ echo "# Edit ganeti.client.$$module instead."; \ echo; \ -- GitLab