Skip to content

Commit

Permalink
use python3 in bin/debsources-main bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Aug 17, 2021
1 parent 18e6b17 commit 64fa190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/debsources-main
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 64fa190

Please sign in to comment.