changeset 3959:631fd694de4e

<oerjan> mv bin/ls\\ bin/ls
author HackBot
date Wed, 30 Oct 2013 16:45:16 +0000
parents 2d4b6106fd0c
children 3ac74d492f74
files bin/ls bin/ls
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/ls	Wed Oct 30 16:45:16 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+if /bin/ls -id "$@" 2>/dev/null | grep -q ^969195 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec -a ls /bin/ls "$@"; fi
--- a/bin/ls 	Wed Oct 30 15:01:03 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#!/bin/bash
-if /bin/ls -id "$@" 2>/dev/null | grep -q ^969195 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec -a ls /bin/ls "$@"; fi