Skip to content

Commit

Permalink
Revert "makepkg: bash v4 compat"
Browse files Browse the repository at this point in the history
This reverts commit 1fbb46d.

We are on bash v5 for a long time now

See #29
  • Loading branch information
lazka committed Apr 29, 2024
1 parent fb82216 commit 47d0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makepkg.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ run_function() {

$pkgfunc &>"$logpipe"

wait $teepid
wait -f $teepid
rm "$logpipe"
else
"$pkgfunc"
Expand Down

0 comments on commit 47d0b2b

Please sign in to comment.