diff options
author | tailor <cygnus@janrain.com> | 2006-01-16 23:36:45 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-16 23:36:45 +0000 |
commit | 1af777dfcba59bd1d768432655d6d8d210e899da (patch) | |
tree | 2daa5390620bc9ede3e22e81ed7f123660c3df45 /admin/docblocks | |
parent | 8ee5a5830f2cd3d9f9a15df133d8aebbbc74a562 (diff) | |
download | php-openid-1af777dfcba59bd1d768432655d6d8d210e899da.zip php-openid-1af777dfcba59bd1d768432655d6d8d210e899da.tar.gz php-openid-1af777dfcba59bd1d768432655d6d8d210e899da.tar.bz2 |
[project @ Moved modules from Net::OpenID namespace to Auth::OpenID for better PEAR categorization]
Diffstat (limited to 'admin/docblocks')
-rw-r--r-- | admin/docblocks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/docblocks b/admin/docblocks index 56cafe6..cb4f9b2 100644 --- a/admin/docblocks +++ b/admin/docblocks @@ -1,7 +1,7 @@ #!/usr/bin/env bash #set -e -bad_files=$(find Net Tests -name \*.php | +bad_files=$(find Auth Tests -name \*.php | xargs -l1 /usr/bin/env perl admin/docblocks.pl) if [ "$bad_files" ] |