Skip to content

Commit

Permalink
Use python 2 to generate completion file
Browse files Browse the repository at this point in the history
- Fixes #352
  • Loading branch information
virtuald committed Apr 29, 2017
1 parent affa23d commit b5a7106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ manpage:
| gzip -9 > exaile.1.gz

completion:
$(PYTHON_CMD) tools/generate-completion.py > exaile.bash-completion
$(PYTHON2_CMD) tools/generate-completion.py > exaile.bash-completion

clean:
-find . -name "*.~[0-9]~" -exec rm -f {} \;
Expand Down

0 comments on commit b5a7106

Please sign in to comment.