mirror of https://github.com/GNOME/gimp.git
oops
This commit is contained in:
parent
6f70246207
commit
da3cce37a3
|
@ -31,7 +31,6 @@ function check_version ()
|
|||
{
|
||||
if expr $1 \>= $2 > /dev/null; then
|
||||
echo "yes (version $1)"
|
||||
DIE=0
|
||||
else
|
||||
echo "Too old (found version $1)!"
|
||||
DIE=1
|
||||
|
|
Loading…
Reference in New Issue