the android build system is sadly full of bashisms (even though it has generic .sh suffixes and no shebang line) until this is fixed use a /bin/bash shebang

ubuntu/trusty
Oliver Grawert 12 years ago
parent 745ff00e38
commit 64ce53e101

8
debian/changelog vendored

@ -1,10 +1,16 @@
livecd-rootfs (2.119) UNRELEASED; urgency=low
[ Colin Watson ]
* BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to
make it easier for cdimage to fetch the latest build log for failure
notification mails.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 01 Apr 2013 23:34:56 +0100
[ Oliver Grawert ]
* the android build system is sadly full of bashisms (even though it has
generic .sh suffixes and no shebang line) until this is fixed use a
/bin/bash shebang
-- Oliver Grawert <ogra@ubuntu.com> Thu, 11 Apr 2013 11:28:08 +0200
livecd-rootfs (2.118) raring; urgency=low

@ -1,4 +1,4 @@
!#/bin/sh
!#/bin/bash
set -e

Loading…
Cancel
Save