Skip to content

Commit

Permalink
Fix command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
truboxl authored and licy183 committed Nov 10, 2024
1 parent 4e62a09 commit 6d8f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-packages/thunderbird/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ END
termux_step_make() {
# XXX: Try max 10 times
for t in $(seq 1 10); do
if $(./mach build --keep-going); then
if ./mach build --keep-going; then
break
else
if [ "$t" = "10" ]; then
Expand Down

0 comments on commit 6d8f99e

Please sign in to comment.