BuildSystem: Make port build script use bash as shell
pushd and popd don't work in sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user