]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/on-cmd.py
drecurse: use portable S_ISDIR() instead of deriving S_IFMT
[bup.git] / lib / cmd / on-cmd.py
index 0644a46a4e6cdc58abd1c3d6216ffd940eb8dec1..9eaabef2eaa833a5d854d754ef3b4cb5b00b4fa4 100755 (executable)
@@ -9,7 +9,7 @@ for arg in "$@"; do
     arg_i=$((arg_i + 1))
 done
 # Here to end of preamble replaced during install
-bup_python="$(dirname "$0")/bup-python" || exit $?
+bup_python="$(dirname "$0")/../../config/bin/python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble