Skip to content

Commit 84786e4

Browse files
committed
fix: invoke RPM package builder through bash
1 parent fb41f0e commit 84786e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/verify-rpm-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
done
1616

1717
rpm="$(TURTLE_TERM_OUT_DIR="$tmp" TURTLE_TERM_VERSION="0.1.0" TURTLE_TERM_RPM_ARCH="$(uname -m)" \
18-
"$repo_root/packaging/scripts/build-rpm-package.sh")"
18+
bash "$repo_root/packaging/scripts/build-rpm-package.sh")"
1919
extract="$tmp/extract"
2020

2121
test -f "$rpm"

0 commit comments

Comments
 (0)