We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7485e7 commit 121f47aCopy full SHA for 121f47a
1 file changed
packaging/scripts/verify-arch-package.sh
@@ -15,7 +15,7 @@ EOF
15
done
16
17
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")"
+ bash "$repo_root/packaging/scripts/build-arch-package.sh")"
19
extract="$tmp/extract"
20
21
test -f "$pkg"
@@ -44,7 +44,7 @@ tar --zstd -tf "$pkg" | grep -q '^./usr/share/icons/hicolor/scalable/apps/ai.sou
44
tar --zstd -tf "$pkg" | grep -q '^./usr/libexec/turtle-term/wezterm-gui$'
45
46
if tar --zstd -tf "$pkg" | grep -q '^./usr/bin/wezterm-gui$'; then
47
- echo 'private runtime leaked onto product PATH in Arch package' >&2
+ echo 'private runtime leaked onto product PATH: wezterm-gui' >&2
48
exit 1
49
fi
50
0 commit comments