+1
−1
+8
−8
+1
−1
+2
−2
Loading
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'