[4.0] 40b8066 Non-breaking space broke the control sequence.

Lasse Karstensen lkarsten at varnish-software.com
Mon Sep 22 16:38:22 CEST 2014


commit 40b8066d99cfafe16b458b5dd9c80537eb5c48e9
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jul 22 13:10:42 2014 +0200

    Non-breaking space broke the control sequence.

diff --git a/redhat/varnish.initrc b/redhat/varnish.initrc
index 0db3ab6..082c770 100755
--- a/redhat/varnish.initrc
+++ b/redhat/varnish.initrc
@@ -61,7 +61,7 @@ start() {
 	ulimit -u ${NPROCS:-unlimited}
 
 	# If defined, set maximum core size.
-	if [ -n "${DAEMON_COREFILE_LIMIT}" ]
+	if [ -n "${DAEMON_COREFILE_LIMIT}" ]
 	then
 		ulimit -c ${DAEMON_COREFILE_LIMIT}
 	fi



More information about the varnish-commit mailing list