mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
install: fixed getting version from version.inc
git-svn-id: trunk@9884 -
This commit is contained in:
parent
7c61f2a4f4
commit
fec2f0745a
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cat ../../ide/version.inc \
|
cat ../../ide/version.inc \
|
||||||
| sed -e 's/^.*[^0-9 \.]\([0-9\.]\+\)[^0-9\.].*$/\1/'
|
| tr -d \'
|
||||||
|
|
||||||
# end.
|
# end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user