From d0ba615d075e9929bb292a555240136fc4d425e8 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 23 Oct 2008 13:03:31 +0200
Subject: Correcting intendation in conffile.sh.
---
functions/conffile.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/functions/conffile.sh b/functions/conffile.sh
index a45f6b5..1679e9d 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -44,7 +44,8 @@ Read_conffile ()
done
}
-Print_conffiles () {
+Print_conffiles ()
+{
for CONFFILE in Get_conffiles "${@}"
do
if [ -f "${CONFFILE}" ]
--
cgit v1.0