fix run_xgettext

This commit is contained in:
Mike Macgirvin 2022-10-25 02:16:55 -07:00
parent aeb75baebb
commit 9772ac5909
2 changed files with 2972 additions and 3026 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
#FULLPATH=$(dirname $(readlink -f "$0"))
VINFO=`echo "<?php include 'boot.php'; echo PLATFORM_NAME . \" \" . STD_VERSION . \"\\n\";" | php`
VINFO=`echo "<?php include 'boot.php'; echo REPOSITORY_ID . \" \" . STD_VERSION . \"\\n\";" | php`
PROJECTNAME=streams
F9KVERSION=`echo $VINFO | awk '{print $2;}'`