Commit 459189dc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: unbrake configure

parent 015b33bc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
root=$(echo $0|sed 's#extras/package/win32/configure-mingw-release.sh##')./ root=$(echo $0|sed 's#extras/package/win32/configure-mingw-release.sh##')./
if [ -n $1 ] if [ -n "$1" ]
then then
CONTRIBS="$1" CONTRIBS="$1"
else else
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
root=$(echo $0|sed 's#extras/package/win32/configure-mingw.sh##')./ root=$(echo $0|sed 's#extras/package/win32/configure-mingw.sh##')./
if [ -n $1 ] if [ -n "$1" ]
then then
CONTRIBS="$1" CONTRIBS="$1"
else else
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
root=$(echo $0|sed 's#extras/package/win32/configure-msys.sh##')./ root=$(echo $0|sed 's#extras/package/win32/configure-msys.sh##')./
if [ -n $1 ] if [ -n "$1" ]
then then
CONTRIBS="$1" CONTRIBS="$1"
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment