]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/join-cmd.py
drecurse: use portable S_ISDIR() instead of deriving S_IFMT
[bup.git] / lib / cmd / join-cmd.py
index 55d9eed48d7455243374558efebd6b0e1f92ba50..0cf6ef8f4d3572bc8b9ae2948fadf7d2c4317869 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