Fix: removing of old documentation
This commit is contained in:
parent
09626041b3
commit
8d54ced76b
|
@ -70,7 +70,7 @@ for d in *; do
|
|||
break
|
||||
fi
|
||||
done
|
||||
[ $found == false ] && rm -rf $d
|
||||
[ $found = 0 ] && rm -rf $d
|
||||
done
|
||||
|
||||
# generate documentation
|
||||
|
|
Loading…
Reference in New Issue