Skip to content

Commit

Permalink
autogen.sh: suggest to export PYTHON=python-x.y
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Mar 31, 2022
1 parent 53d15c7 commit 52e2380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ then
touch scripts/augeas/nutupsconf.aug.in scripts/augeas/nutupsconf.aug.in.AUTOGEN_WITHOUT
else
echo "Aborting $0! To avoid this, please export WITHOUT_NUT_AUGEAS=true and re-run" >&2
echo "or better yet, export PYTHON=python-x.y and re-run" >&2
exit 1
fi
fi
Expand Down

0 comments on commit 52e2380

Please sign in to comment.