mirror of
https://github.com/friendica/friendica
synced 2024-11-10 21:42:55 +00:00
Merge pull request #7908 from nupplaphil/bug/run_xgettext_version
Fix run_xgettext.sh FRIENDICA_VERSION
This commit is contained in:
commit
6ffe3c449c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ case "$MODE" in
|
|||
# skip addon folder
|
||||
FINDOPTS="( -wholename */addon -or -wholename */addons -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
|
||||
|
||||
F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ./boot.php);
|
||||
F9KVERSION=$(cat ./VERSION);
|
||||
echo "Friendica version $F9KVERSION"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue