BuildSystem: Make port build script use bash as shell

pushd and popd don't work in sh
This commit is contained in:
2024-04-22 21:11:39 +03:00
parent 26922ebb51
commit 47dafe62b8

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
CURRENT_DIR=$(dirname $(realpath $0))
pushd "$CURRENT_DIR" >/dev/null