Fix debian/rules test for shell scripts to ignore python

ubuntu/cosmic
Julian Andres Klode 6 years ago
parent 08376f8e64
commit 3bb028c86d

2
debian/rules vendored

@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_auto_test:
dh_auto_test
set -e; for x in live-build/auto/*; do \
sh -n "$$x"; \
echo "$$x" | grep -q .py || sh -n "$$x"; \
done
override_dh_install:

Loading…
Cancel
Save