Skip to content
Snippets Groups Projects
Commit 3b271e82 authored by nimrod's avatar nimrod
Browse files

Don't use /dev/stderr.

In some cases (like a chroots or containers with minimal /dev)
/dev/stderr is not available. Replace outputting to fd 2 instead.

git grep -l '>> /dev/stderr' | xargs sed -i 's@>> /dev/stderr@>\&2@g'
parent b7a55589
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment