New upstream version 2.0-0.9
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
geos_one
2025-08-14 09:28:49 +02:00
parent c338ff82fb
commit 17bb5d7efa
634 changed files with 19105 additions and 52303 deletions

View File

@@ -20,7 +20,7 @@ gendummy() {
if [ "$1" = "clean" ]; then
rm -f $INC/$HDR
else
printf "" >$INC/$HDR.$$
echo -n "" >$INC/$HDR.$$
fi
done
}