Skip to content

Commit

Permalink
polished
Browse files Browse the repository at this point in the history
  • Loading branch information
bybai committed Feb 9, 2018
1 parent 094d15e commit 4a66b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-python-deb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ ! -f /etc/lsb-release ]]; then
fi
. /etc/lsb-release
# Check the necessary commands before starting the build
for cmd in dh dpkg-buildpackage
for cmd in dch dpkg-buildpackage
do
if ! type "$cmd" >/dev/null 2>&1
then
Expand Down

0 comments on commit 4a66b00

Please sign in to comment.