summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Silva <emulatorman@hyperbola.info>2018-07-23 16:26:40 -0300
committerAndré Silva <emulatorman@hyperbola.info>2018-07-23 16:26:40 -0300
commited29327ad0b65654d8094a3456dbe50f0b4f7f66 (patch)
tree2d28b1174f8a6ee1767eb88bf4d41d9e51da0347
parent8349f4eb228e5ea2d19035da05591e65cf496e14 (diff)
downloadiceweasel-uxp-ed29327ad0b65654d8094a3456dbe50f0b4f7f66.tar.gz
Fix MOZ_APP_VERSION_DISPLAY
-rwxr-xr-xconfvars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/confvars.sh b/confvars.sh
index 1fc9c16..882bbc4 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -28,7 +28,7 @@ fi
# When not exported we fall back the value in the version*.txt file.
if test -n "$ICEWEASEL_VERSION" ; then
MOZ_APP_VERSION=52.9.`date --utc '+%Y%m%d'`
- MOZ_APP_VERSION_DISPLAY=`date --utc '+%Y%m%d'`
+ MOZ_APP_VERSION_DISPLAY=52.9.`date --utc '+%Y%m%d'`
else
MOZ_APP_VERSION=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt`
MOZ_APP_VERSION_DISPLAY=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version_display.txt`