Skip to content

Commit

Permalink
Revert "cqfd: redirect command stderr to stdout" once again
Browse files Browse the repository at this point in the history
This reverts commit 0cef50e once again.

The commit e8bc9af has mistakenly
reverted the change ae5c830.
  • Loading branch information
gportay committed Feb 25, 2024
1 parent 850a98d commit d55b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cqfd
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ docker_run() {

args+=("$docker_img_name" cqfd_launch "$1")

docker run "${args[@]}" 2>&1
docker run "${args[@]}"
}

# make_archive(): Create a release package.
Expand Down

0 comments on commit d55b763

Please sign in to comment.