From 3e8dbfe5ffdfbf525dd115508dc28d15bb81a237 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 21 May 2018 16:14:24 +0300 Subject: Added SERVER_SOFTWARE request meta-variable. --- auto/make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/make') diff --git a/auto/make b/auto/make index 477439d9..cdd32e20 100644 --- a/auto/make +++ b/auto/make @@ -224,7 +224,7 @@ ${NXT_DAEMON}-uninstall: END -nxt_version=`grep NXT_VERSION src/nxt_main.h | sed -e 's/.*"\(.*\)".*/\1/'` +nxt_version=`grep -m 1 NXT_VERSION src/nxt_main.h | sed -e 's/.*"\(.*\)".*/\1/'` # Makefile. # *.dSYM is MacOSX Clang debug information. -- cgit