Skip to content

Commit 6a8dccc

Browse files
committed
fix: invoke Arch package builder through bash
1 parent 8f0fc21 commit 6a8dccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/verify-arch-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
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"

0 commit comments

Comments
 (0)