diff --git a/debian/changelog b/debian/changelog index e441502a..4fa0a537 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Thu, 11 Apr 2013 11:28:08 +0200 livecd-rootfs (2.118) raring; urgency=low diff --git a/ubuntu-touch-android.sh b/ubuntu-touch-android.sh index c845910d..ab8cbcfa 100755 --- a/ubuntu-touch-android.sh +++ b/ubuntu-touch-android.sh @@ -1,4 +1,4 @@ -!#/bin/sh +!#/bin/bash set -e