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

This commit is contained in:
Steve Langasek 2017-10-01 13:39:14 -07:00
parent f17a7e62c3
commit 1368e2d24c
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

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

View File

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