We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84786e4 commit 8f0fc21Copy full SHA for 8f0fc21
1 file changed
packaging/scripts/verify-deb-package.sh
@@ -15,7 +15,7 @@ EOF
15
done
16
17
TURTLE_TERM_OUT_DIR="$tmp" TURTLE_TERM_VERSION="0.1.0" TURTLE_TERM_DEB_ARCH="amd64" \
18
- "$repo_root/packaging/scripts/build-deb-package.sh" >/dev/null
+ bash "$repo_root/packaging/scripts/build-deb-package.sh" >/dev/null
19
20
deb="$tmp/turtle-term_0.1.0_amd64.deb"
21
extract="$tmp/extract"
0 commit comments