From 47dafe62b82a1ed9536679e9c16aa18a491086ee Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 22 Apr 2024 21:11:39 +0300 Subject: [PATCH] BuildSystem: Make port build script use bash as shell pushd and popd don't work in sh --- ports/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/build.sh b/ports/build.sh index 25034474..0bbe1155 100755 --- a/ports/build.sh +++ b/ports/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash CURRENT_DIR=$(dirname $(realpath $0)) pushd "$CURRENT_DIR" >/dev/null