[master] 81e52dc Non-breaking space broke the control sequence.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jul 22 13:13:23 CEST 2014


commit 81e52dcdf442a4c932ddb2c7af2da85d68ab32f0
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