Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2013-03-28 12:47:25 +0400
committerRuslan Ermilov <ru@nginx.com>2013-03-28 12:47:25 +0400
commitf24f5f116fb58339cd418aa460cdee80b3a36768 (patch)
treeb7bc0c5da00a67bd7532abe4131ad86936a72b6d /misc
parenta861b0dbb11a955f4957191b1ee7ee15c8e791a9 (diff)
Configure: unified nginx version computation constructs.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 373569650..31fe24cea 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -1,6 +1,6 @@
VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
- | sed -e 's/^.*\"\(.*\)\"/\1/')
+ | sed -e 's/^.*"\(.*\)".*/\1/')
NGINX = nginx-$(VER)
TEMP = tmp
REPO = $(shell svn info | sed -n 's/^Repository Root: //p')