From 4709ece48f056ded071d56946c793a0c25e7143e Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 2 May 2009 08:51:22 +0200
Subject: Correcting typo in Makefile about line wrapping.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index da9fdcb..5bbe14c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ test:
 	then \
 		checkbashisms functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \
 	else \
-		echo "WARNING: skipping bashism test - you need to install devscripts.";
+		echo "WARNING: skipping bashism test - you need to install devscripts."; \
 	fi
 
 build:
-- 
cgit v1.0