diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-10 16:05:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-10 16:05:30 +0200 |
commit | 86fe527d9939314aeb9693cef47cd3887feb3318 (patch) | |
tree | b0185a3ed017f8c7f64a9d1533f6b5a5f598dab6 /test/main | |
parent | b573ef1f7bb11c34570c5449f44f00edc94750ef (diff) |
test: Do a normal syntax check of bin/efa
Diffstat (limited to 'test/main')
-rwxr-xr-x | test/main | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ #!/bin/sh -e podchecker -warnings -warnings bin/* -# make sure there are no syntax errors... -efa --version +perl -c bin/efa |