mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +00:00
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
This commit is contained in:
parent
745ff00e38
commit
64ce53e101
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,16 @@
|
|||||||
livecd-rootfs (2.119) UNRELEASED; urgency=low
|
livecd-rootfs (2.119) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
* BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to
|
* BuildLiveCD: Link livecd-${NOW}-${ARCH}.out to livecd-${ARCH}.out, to
|
||||||
make it easier for cdimage to fetch the latest build log for failure
|
make it easier for cdimage to fetch the latest build log for failure
|
||||||
notification mails.
|
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
|
livecd-rootfs (2.118) raring; urgency=low
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
!#/bin/sh
|
!#/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user