commit 526da9fd657b37c4a1e29571bb0893ce7213a600
parent fa1584a3db25b4beeb66d237315c7d0519fe0b91
Author: sin <sin@2f30.org>
Date: Fri, 6 Sep 2013 08:40:52 +0100
Use /bin/sh instead of /bin/bash
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build b/build
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Export important variables for the build scripts
top=$(pwd)
diff --git a/pkgbuild b/pkgbuild
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if test -z "$1"; then
echo usage: $0 pkgname 1>&2
diff --git a/repack b/repack
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
top=$(pwd)
root=$top/root