mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
use sed expression that can be used on darwin too
git-svn-id: trunk@9073 -
This commit is contained in:
parent
5501990211
commit
2c821f6370
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
grep 'LazarusVersionStr= ' ../../ide/aboutfrm.pas \
|
||||
| sed -e 's/.*[^0-9\.]\([0-9\.]\+\)[^0-9\.].*/\1/'
|
||||
| sed -e 's/.*[^0-9 \.]\([0-9\.][0-9\.]*\)[^0-9\.].*/\1/'
|
||||
|
||||
# end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user