From b18d9a87e301c40bac9d45c54b3e07788e465930 Mon Sep 17 00:00:00 2001 From: Josh Hoyt Date: Tue, 3 Jan 2006 21:43:48 +0000 Subject: [project @ Added comment to notabs script] --- admin/notabs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/notabs b/admin/notabs index 554e4a2..13af3c1 100644 --- a/admin/notabs +++ b/admin/notabs @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# Look in the local directory for PHP files that have tabs in them. If +# there are files with tabs, print the list of files and exit with +# non-zero status. + tabs=$(find ./ \( -name _darcs \) -prune -o \( -type f -a -name \*.php \) | xargs egrep -l ' ' | sort) allowed= -- cgit v1.1