Skip to content

Commit 121f47a

Browse files
committed
packaging: run Arch builder via bash
1 parent a7485e7 commit 121f47a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/scripts/verify-arch-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
pkg="$(TURTLE_TERM_OUT_DIR="$tmp" TURTLE_TERM_VERSION="0.1.0" TURTLE_TERM_ARCH_ARCH="$(uname -m)" \
18-
"$repo_root/packaging/scripts/build-arch-package.sh")"
18+
bash "$repo_root/packaging/scripts/build-arch-package.sh")"
1919
extract="$tmp/extract"
2020

2121
test -f "$pkg"
@@ -44,7 +44,7 @@ tar --zstd -tf "$pkg" | grep -q '^./usr/share/icons/hicolor/scalable/apps/ai.sou
4444
tar --zstd -tf "$pkg" | grep -q '^./usr/libexec/turtle-term/wezterm-gui$'
4545

4646
if tar --zstd -tf "$pkg" | grep -q '^./usr/bin/wezterm-gui$'; then
47-
echo 'private runtime leaked onto product PATH in Arch package' >&2
47+
echo 'private runtime leaked onto product PATH: wezterm-gui' >&2
4848
exit 1
4949
fi
5050

0 commit comments

Comments
 (0)