From 17e2575600f1725fad45a7161d8a7f514216e380 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 10 Sep 2025 16:47:26 +0200 Subject: [PATCH] force bash --- build-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-package.sh b/build-package.sh index ceefac9..0a2dbca 100755 --- a/build-package.sh +++ b/build-package.sh @@ -31,7 +31,7 @@ if [ -n "$PKGFILE" ]; then fi # --- Run the build --- -bash build.sh all +/usr/dbpware/bin/bash build.sh all EXIT_CODE=$? # --- Find logfile ---