comparison auto/configure @ 2755:a65976a205a5

add quotes for configure options with spaces
author Igor Sysoev <igor@sysoev.ru>
date Sun, 26 Apr 2009 19:37:38 +0000
parents d8316f307b6a
children 77264e0157ad
comparison
equal deleted inserted replaced
2754:7d16774c757c 2755:a65976a205a5
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (C) Igor Sysoev 3 # Copyright (C) Igor Sysoev
4 4
5
6 NGX_CONFIGURE=`echo $@ | sed 's/"/\\\\"/g'`
7 5
8 . auto/options 6 . auto/options
9 . auto/init 7 . auto/init
10 . auto/sources 8 . auto/sources
11 9