diff options
Diffstat (limited to 'auto')
-rw-r--r-- | auto/make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |