fix run_xgettext.sh FRIENDICA_VERSION

This commit is contained in:
Philipp Holzer 2019-12-05 23:25:03 +01:00
parent 0d744be732
commit 3d92989c15
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -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