summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index d1ef2b078..29fe0e54c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,18 +19,18 @@ test:
@echo " done."
- @echo -n "Checking for bashisms"
-
- @if [ -x /usr/bin/checkbashisms ]; \
- then \
- for SCRIPT in $(SCRIPTS); \
- do \
- checkbashisms -f -x $${SCRIPT}; \
- echo -n "."; \
- done; \
- else \
- echo "WARNING: Skipping bashism test - you need to install devscripts."; \
- fi
+ #@echo -n "Checking for bashisms"
+
+ #@if [ -x /usr/bin/checkbashisms ]; \
+ #then \
+ # for SCRIPT in $(SCRIPTS); \
+ # do \
+ # checkbashisms -f -x $${SCRIPT}; \
+ # echo -n "."; \
+ # done; \
+ #else \
+ # echo "WARNING: Skipping bashism test - you need to install devscripts."; \
+ #fi
@echo " done."