Commit d9cf8793 authored by Fabien Potencier's avatar Fabien Potencier

fixed build command

parent 5dd808df
...@@ -52,7 +52,7 @@ do ...@@ -52,7 +52,7 @@ do
cd "$DIR/build/tmp" cd "$DIR/build/tmp"
if [ "slim" == "$TYPE" ]; then if [ "slim" = "$TYPE" ]; then
NAME="silex" NAME="silex"
else else
NAME="silex_fat" NAME="silex_fat"
......
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