]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Missed one of the $SED Q function calls
authorAidan Van Dyk <aidan@ifax.com>
Wed, 4 Oct 2006 22:30:35 +0000 (22:30 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Wed, 4 Oct 2006 22:30:35 +0000 (22:30 +0000)
util/common-functions.sh.in

index 1990b81f468bbb93f2bb22744a83bfed69f32f47..5396e58c50ff625f1bed58728649eb03f4d523f0 100644 (file)
@@ -295,7 +295,7 @@ CreateMailMessage ()
     fi
 
     # Now print the Content-* headers for the template
-    $SED -e '/^$/Q' $1                 \
+    $SED -n -e '/^$/q;p' $1                    \
        | $GREP "^Content"              \
        | template