[Fai-commit] r6270 - trunk
Michael Tautschnig
mt at alioth.debian.org
Wed Jan 19 08:32:37 UTC 2011
Author: mt
Date: 2011-01-19 08:32:36 +0000 (Wed, 19 Jan 2011)
New Revision: 6270
Modified:
trunk/Makefile
Log:
get the necessary includes perl syntax check of bin/setup-storage
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-01-19 08:22:26 UTC (rev 6269)
+++ trunk/Makefile 2011-01-19 08:32:36 UTC (rev 6270)
@@ -53,7 +53,7 @@
@echo "Checking for perl syntax errors:"; \
for SCRIPT in $(PERL_SCRIPTS); do \
test -r $${SCRIPT} || continue ; \
- perl -w -c $${SCRIPT} || exit ; \
+ perl -Ilib/setup-storage/ -w -c $${SCRIPT} || exit ; \
done; \
echo "-> perl check done."; \
More information about the Fai-commit
mailing list