Skip to content
Snippets Groups Projects
Commit f837e7fb authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Support both python-argcomplete 1.x and 2.x.

parent e6f7f3f9
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ doc/%.1:
$(MAKE) -C doc $*.1
debian/diffoscope-minimal.bash-completion:
register-python-argcomplete3 diffoscope > $@
register-python-argcomplete diffoscope || register-python-argcomplete3 diffoscope > $@
execute_after_dh_auto_build: debian/diffoscope-minimal.bash-completion
dh_auto_build -O--buildsystem=makefile -Ddoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment