diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-07-09 13:51:46 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-07-09 13:51:46 +0200 |
commit | 65dd71b8035f8cf6e3b3ea1fa7cff838c21d43d2 (patch) | |
tree | bf80f37f2c4c16577b5ac1545c388fe3bd2e93f2 /client/boot-tools | |
parent | a58595a2510d05630d9282f915759ad272122ee8 (diff) |
#847: Correcting errata when obtaining revision date (commit SHA1 is not verified); updating change log.
Diffstat (limited to 'client/boot-tools')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index c615a9fb..0624921d 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -142,7 +142,7 @@ case "${1,,}" in ;; esac SVNURL="https://github.com/opengnsys/OpenGnsys/branches/devel/client" -VERSIONSVN=$(LC_ALL=C svn info $SVNURL | awk '/Date:/ {gsub(/-/,""); print ""$4}' +VERSIONSVN=$(LC_ALL=C svn info $SVNURL | awk '/Date:/ {gsub(/-/,""); print ""$4}') NAMEISOCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$OSRELEASE-$OSARCH-$VERSIONSVN" NAMEHOSTCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$VERSIONSVN" export OSDISTRIB OSCODENAME OSRELEASE OSARCH OSHTTP |