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

make sure output and input are not the same file

[[Imported from SVN: r5697]]
parent 36c089e8
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ generate_doxyout()
cat $DOXYSTYLE > $DOXYOUT
while [ -n "$1" ]; do
for DOXY in Doxylocal Doxyfile.in Doxyfile; do
if [ "$1/$DOXYDIR/$DOXY" -ef "$DOXYOUT" ]; then continue; fi
if [ -f "$1/$DOXYDIR/$DOXY" ]; then
echo " and `get_module_name $1` config"
parse_doxylocal $1 $DOXY >> $DOXYOUT
......
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