Fix minor bugs.

This commit is contained in:
Yatis 2020-10-26 18:01:04 +01:00
parent 47e79813d9
commit 0a997affd5
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
build
*.txt
script

2
configure vendored
View File

@ -201,7 +201,7 @@ if ! test $src; then
echo "error: target makefile ($src) does not exist !" >&2
exit 1
fi
[ $dst ] && [ "$(readlink $dst)" == $src ] && rm $dst
[ -e "$dst" ] && [ "$(readlink $dst)" = "$src" ] && rm $dst
ln -s $src $dst

View File

@ -35,7 +35,7 @@
#---
MAJOR := 0
MINOR := 3
PATCH := 1
PATCH := 2
EXTRAVERSION :=