diff options
author | tailor <dag@janrain.com> | 2008-05-27 23:04:02 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-05-27 23:04:02 +0000 |
commit | 55332a95e2b02316dc2fc1cae2149afeabf3fc8e (patch) | |
tree | 5b5407feee4a3c4b54932bdd6f55fe1def58ccc3 /admin/syntaxcheck | |
parent | 3d06cebc1a0fd817db7f2981ef3069bd9f444683 (diff) | |
download | php-openid-55332a95e2b02316dc2fc1cae2149afeabf3fc8e.zip php-openid-55332a95e2b02316dc2fc1cae2149afeabf3fc8e.tar.gz php-openid-55332a95e2b02316dc2fc1cae2149afeabf3fc8e.tar.bz2 |
[project @ Run a syntax check as part of runtests]
Diffstat (limited to 'admin/syntaxcheck')
-rw-r--r-- | admin/syntaxcheck | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/syntaxcheck b/admin/syntaxcheck new file mode 100644 index 0000000..f94b7fa --- /dev/null +++ b/admin/syntaxcheck @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +for file in `./admin/findallphp` + do php -l $file +done |