Commit 6827c1fe authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed typo in the install script

parent 630bdff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ then
       mkdir Release
    fi
    cd Release
    if ../build --root-dir=.. --build=Release --install=yes ${OPTIONS};
    if ! ../build --root-dir=.. --build=Release --install=yes ${OPTIONS};
    then
        exit 1
    fi