Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-02-14 19:12:52 +0400
committerMichal Čihař <mcihar@suse.cz>2012-02-14 19:12:52 +0400
commit2ec471c13ef908b5aa0ba1edaa14c4c5021d37a5 (patch)
treeeb5493a002560346841787a6777ab738815c920c /scripts
parent987158fe8a6217698b5ee3ce21431760e5d7cd0e (diff)
Simplify code
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index f9f655e235..a32522218f 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -110,13 +110,6 @@ LC_ALL=C w3m -dump Documentation.html > Documentation.txt
# Check for gettext support
if [ -d po ] ; then
- GETTEXT=1
-else
- GETTEXT=0
-fi
-
-# Generate mo files
-if [ $GETTEXT -eq 1 ] ; then
echo "* Generating mo files"
./scripts/generate-mo
if [ -f ./scripts/remove-incomplete-mo ] ; then