Author: justi9
Date: 2009-08-10 14:18:00 -0400 (Mon, 10 Aug 2009)
New Revision: 3555
Modified:
mgmt/trunk/bin/find-code
Log:
Add a trailing slash in order to resolve symlinks
Modified: mgmt/trunk/bin/find-code
===================================================================
--- mgmt/trunk/bin/find-code 2009-08-10 15:34:51 UTC (rev 3554)
+++ mgmt/trunk/bin/find-code 2009-08-10 18:18:00 UTC (rev 3555)
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/bash
-find "$DEVEL_HOME" \
+exec find "${DEVEL_HOME}/" \
-regextype posix-awk \
-regex '.*\.(py|strings|sql|xml|js|css)$' \
-or \
Show replies by date