Skip to content

Commit a7485e7

Browse files
committed
packaging: run RPM builder via bash
1 parent 4089a8f commit a7485e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/scripts/verify-rpm-package.sh

Lines changed: 2 additions & 2 deletions
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"
@@ -46,7 +46,7 @@ rpm -qpl "$rpm" | grep -q '^/usr/share/icons/hicolor/scalable/apps/ai.sourceos.T
4646
rpm -qpl "$rpm" | grep -q '^/usr/libexec/turtle-term/wezterm-gui$'
4747

4848
if rpm -qpl "$rpm" | grep -q '^/usr/bin/wezterm-gui$'; then
49-
echo 'private runtime leaked onto product PATH in rpm' >&2
49+
echo 'private runtime leaked onto product PATH: wezterm-gui' >&2
5050
exit 1
5151
fi
5252

0 commit comments

Comments
 (0)