# HG changeset patch # User HackBot # Date 1359758031 0 # Node ID c333e85af6bf17793bd61046d8aac04696cf1705 # Parent 54572164f4d41ef6db8cc9aa7945b56c2b70f84d echo -e \'#!/bin/sh\\nif /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\' > bin/ls diff -r 54572164f4d4 -r c333e85af6bf bin/ls --- a/bin/ls Fri Feb 01 22:33:21 2013 +0000 +++ b/bin/ls Fri Feb 01 22:33:51 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if 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 "$@" | 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