Use /bin/sh, not /bin/bash, for autopkgtest.

ubuntu/artful
Steve Langasek 7 years ago
parent f17a7e62c3
commit 1368e2d24c

1
debian/changelog vendored

@ -2,6 +2,7 @@ livecd-rootfs (2.464) UNRELEASED; urgency=medium
* Ignore failure of new autopkgtest on ppc64el, where it's not a * Ignore failure of new autopkgtest on ppc64el, where it's not a
regression. regression.
* Use /bin/sh, not /bin/bash, for autopkgtest.
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 01 Oct 2017 13:38:22 -0700 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 01 Oct 2017 13:38:22 -0700

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
ARCH=$(dpkg --print-architecture) ARCH=$(dpkg --print-architecture)

Loading…
Cancel
Save