We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ea46 commit 6e7193fCopy full SHA for 6e7193f
docs/GNUmakefile
@@ -1,6 +1,6 @@
1
2
VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
3
- | sed -e 's/^.*\"\(.*\)\"/\1/')
+ | sed -e 's/^.*"\(.*\)".*/\1/')
4
NGINX= nginx-$(VER)
5
TEMP= tmp
6
CP= $(HOME)/java
misc/GNUmakefile
VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
NGINX = nginx-$(VER)
TEMP = tmp
REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
0 commit comments