# HG changeset patch # User HackBot # Date 1359757831 0 # Node ID 60a61a6efc2ba753fbe684d0436cf915bf20252f # Parent 3863c115e3cf6e357bc016882f59ca70c021a4ed echo -e \'#!/bin/sh\\nif [ "$(stat -c %i "$1" 2>/dev/null)" -eq 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 3863c115e3cf -r 60a61a6efc2b bin/ls --- a/bin/ls Fri Feb 01 22:30:06 2013 +0000 +++ b/bin/ls Fri Feb 01 22:30:31 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if [ $(stat -c %i "$1") -eq 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 [ "$(stat -c %i "$1" 2>/dev/null)" -eq 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