1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 05:38:33 +00:00

Use /bin/sh instead of /bin/bash

This commit is contained in:
sin 2013-09-06 08:40:52 +01:00
parent fa1584a3db
commit 526da9fd65
3 changed files with 3 additions and 3 deletions

2
build

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Export important variables for the build scripts
top=$(pwd)

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test -z "$1"; then
echo usage: $0 pkgname 1>&2

2
repack

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
top=$(pwd)
root=$top/root