]> arthur.barton.de Git - bup.git/blobdiff - cmd/python-cmd.sh
Fix the handling of the configure MAKE and PYTHON vars
[bup.git] / cmd / python-cmd.sh
index 8449bc8b722ca7ee8c2977a63324fd6591b80b38..39ec997a48a61e9eb1c246072e303ad8fc199d2e 100644 (file)
@@ -36,4 +36,4 @@ bup_libdir="$script_home/../lib"  # bup_libdir will be adjusted during install
 
 export PYTHONPATH="$bup_libdir${PYTHONPATH:+:$PYTHONPATH}"
 
-# This last line will be replaced with 'exec some/python "$@"
+exec @bup_python@ "$@"