summaryrefslogtreecommitdiff
path: root/confvars.sh
diff options
context:
space:
mode:
authorAndré Silva <emulatorman@hyperbola.info>2018-07-17 12:22:00 -0300
committerAndré Silva <emulatorman@hyperbola.info>2018-07-17 12:22:00 -0300
commit581be022c4b64c7969126e14c27b096772fc489b (patch)
tree045f21f04d18931f5b58267b89da98d2ac0fd60b /confvars.sh
parent82d264c2c07c5615e5ead0ff51c60867e72cd3d7 (diff)
downloadiceweasel-uxp-581be022c4b64c7969126e14c27b096772fc489b.tar.gz
Minor fix
Diffstat (limited to 'confvars.sh')
-rwxr-xr-xconfvars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/confvars.sh b/confvars.sh
index efdf24a..183e191 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -19,7 +19,7 @@ if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=
fi
-# For Iceweasel we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
+# For Iceweasel-UXP we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
# builds so add-on developers have something to target while maintaining
# Firefox compatiblity.
# To enable add "export ICEWEASEL_VERSION=1" to the .mozconfig file.