From 3eae0853168b25fc1afb935354aa0a101bd3cac3 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 3 Feb 2000 10:59:18 +0000 Subject: [PATCH] Strip comments from included configuration files. --- muttbug.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttbug.sh.in b/muttbug.sh.in index ed8fccf2..1ad8b6d2 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -35,7 +35,7 @@ include_file () echo echo "-- $1" echo - sed -e 's/^-/- -/' $1 + sed -e 's/^-/- -/' $1 | egrep -v '^[ ]*(#|$)' } -- 2.40.0