Skip to content
Snippets Groups Projects
Commit 8ba0206d authored by Christian Engwer's avatar Christian Engwer
Browse files

bugfix

[[Imported from SVN: r5701]]
parent faafdaf4
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ if [ $# -gt 0 ]; then
fi
# make sure that there is at least one Doxylocal file
if ! {test_doxylocal "${@:-.}" || [ $# -eq 0 ]}; then
if ! ( test_doxylocal "${@:-.}" || [ $# -eq 0 ] ); then
echo "Error: you didn't supply any valid Doxylocal file"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment