From 64fa190d227b233b9ebf872857a1060eab7c1baa Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Tue, 17 Aug 2021 23:56:35 +0200 Subject: [PATCH] use python3 in bin/debsources-main bash script --- bin/debsources-main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debsources-main b/bin/debsources-main index e9b65422..4edfa192 100755 --- a/bin/debsources-main +++ b/bin/debsources-main @@ -23,7 +23,7 @@ # Driver for update runs, both synchronous (e.g. cmdline) and asynchronous # (e.g. cron and pushes) -conffile=`python -c 'from debsources import mainlib; print(mainlib.guess_conffile())'` +conffile=`python3 -c 'from debsources import mainlib; print(mainlib.guess_conffile())'` if [ $? -ne 0 ] then echo "Configuration file not found, aborting."