changeset 5552:0ed38d27ad36

<oerjan> ` sed -i \'s/790887/1053793/\' bin/ls
author HackBot
date Fri, 12 Jun 2015 06:01:18 +0000
parents 6aec7f113dd5
children 75b765f5ec88
files bin/ls
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ls	Fri Jun 12 05:41:34 2015 +0000
+++ b/bin/ls	Fri Jun 12 06:01:18 2015 +0000
@@ -1,2 +1,2 @@
 #!/bin/bash
-if /bin/ls -id "$@" 2>/dev/null | grep -q ^790887 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try listing it in private instead.'; else exec -a ls /bin/ls "$@"; fi
+if /bin/ls -id "$@" 2>/dev/null | grep -q ^1053793 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try listing it in private instead.'; else exec -a ls /bin/ls "$@"; fi