We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f18c2 commit 4557ed1Copy full SHA for 4557ed1
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")"
+ "$repo_root/packaging/scripts/build-arch-package.sh" | tail -n 1)"
19
contents="$tmp/arch-contents.txt"
20
extract="$tmp/extract"
21
0 commit comments