]> spindle.queued.net Git - xodist/commitdiff
use /bin/bash instead of /bin/sh
authorErik Garrison <erik@laptop.org>
Mon, 17 Nov 2008 21:26:59 +0000 (16:26 -0500)
committerAndres Salomon <dilinger@debian.org>
Mon, 17 Nov 2008 21:26:59 +0000 (16:26 -0500)
For now, don't take chances w/ bashisms breaking in other shells; just force
bash usage.

Signed-off-by: Andres Salomon <dilinger@debian.org>
functions.sh
initchroot.sh
mkbootable.sh
mkext3.sh
release.sh

index ab7dbe58bfd5005234f41c7a7314d034e1a90250..46705f6f3787ba635bcc9ae19af0d61ce2692ec5 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Copyright © 2008  Andres Salomon <dilinger@queued.net>
 #
index 7edff438896ef27132e7a378de668c747510d47d..5bbe33576ba4a8cc8f7afa5ffbec534b90ab73f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Copyright © 2008  Andres Salomon <dilinger@queued.net>
 #
index 527f4983e0c665fb17777b23f142bb41965eaf00..287d44674a8a337d4ebe365076b3006be43a2b6c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # mkbootable.sh, make a bootable file set from a jffs2 image
 # Copyright © 2008  James Cameron <quozl@laptop.org>
index ddc6a19b83ec7432c125b33a1d4b8b1f0cfce90a..d362715c25c376f5f8da4fa11c191410704ded40 100755 (executable)
--- a/mkext3.sh
+++ b/mkext3.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Copyright © 2008  Andres Salomon <dilinger@queued.net>
 #
index 8cca167fa7623e83d726d47019130b78cfcc2e76..f2c0130cc9e35907c8ec4ea00f529013e48eccd5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 
 # prepare a release
 for f in *.packages; do