From 526da9fd657b37c4a1e29571bb0893ce7213a600 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 6 Sep 2013 08:40:52 +0100 Subject: [PATCH] Use /bin/sh instead of /bin/bash --- build | 2 +- pkgbuild | 2 +- repack | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build b/build index e3d9266..9382461 100755 --- 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 index 19e2fc1..7a04a8d 100755 --- 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 index e64b5a8..20cb1f9 100755 --- a/repack +++ b/repack @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh top=$(pwd) root=$top/root