# HG changeset patch # User HackBot # Date 1364759788 0 # Node ID 7152b2168b1ba872338145add9393dc62cc47f0e # Parent 2d5195b1e15f448ff9fe8b4195fb97a6ceec3a7a sed -i \'2s/| grep/2>\\/dev\\/null | grep/\' bin/ls diff -r 2d5195b1e15f -r 7152b2168b1b bin/ls --- a/bin/ls Sun Mar 31 19:54:59 2013 +0000 +++ b/bin/ls Sun Mar 31 19:56:28 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if /bin/ls -id "$@" | grep -q ^752131 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec /bin/ls "$@"; fi +if /bin/ls -id "$@" 2>/dev/null | grep -q ^752131 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec /bin/ls "$@"; fi