BuildSystem: Make port build script use bash as shell
pushd and popd don't work in sh
This commit is contained in:
parent
26922ebb51
commit
47dafe62b8
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
CURRENT_DIR=$(dirname $(realpath $0))
|
CURRENT_DIR=$(dirname $(realpath $0))
|
||||||
pushd "$CURRENT_DIR" >/dev/null
|
pushd "$CURRENT_DIR" >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue