diff --git a/autotest.sh b/autotest.sh index c19a5661f9cd5d88e4e108cf67fff588e28ac843..08f5c51231461a572ac51f2fa357d4ed8fe71b2d 100755 --- a/autotest.sh +++ b/autotest.sh @@ -186,7 +186,7 @@ if test $# != 0 ; then ;; --lcov|-l) lcov -d . -c -o ocarina.gcov-info -t ocarina - genhtml ocarina.gcov-info -o html -s -f + genhtml -o html -s -f ocarina.gcov-info exit 0 ;; --clean|-c)