Skip to content

Commit

Permalink
makepkg: bash v4 compat
Browse files Browse the repository at this point in the history
I think this is from a time when we only had bash v4 which didn't support "-f"
and can be dropped
  • Loading branch information
lazka committed Mar 2, 2023
1 parent bf8bd98 commit 1fbb46d
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 @@ -440,7 +440,7 @@ run_function() {

$pkgfunc &>"$logpipe"

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

0 comments on commit 1fbb46d

Please sign in to comment.