mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 04:20:55 +02:00
made get_lazarus_version more strict
git-svn-id: trunk@9883 -
This commit is contained in:
parent
ec83a5bd03
commit
7c61f2a4f4
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cat ../../ide/version.inc \
|
||||
| sed -e 's/.*[^0-9 \.]\([0-9\.]\+\)[^0-9\.].*/\1/'
|
||||
| sed -e 's/^.*[^0-9 \.]\([0-9\.]\+\)[^0-9\.].*$/\1/'
|
||||
|
||||
# end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user