Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

forward

Blame
    • nimrod's avatar
      3b271e82
      Don't use /dev/stderr. · 3b271e82
      nimrod authored
      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'
      3b271e82
      History
      Don't use /dev/stderr.
      nimrod authored
      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'