From: Thomas Roessler Date: Thu, 3 Feb 2000 10:59:18 +0000 (+0000) Subject: Strip comments from included configuration files. X-Git-Tag: mutt-1-1-3-rel~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eae0853168b25fc1afb935354aa0a101bd3cac3;p=mutt Strip comments from included configuration files. --- 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 '^[ ]*(#|$)' }