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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-02-01 18:59:32 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-01 18:59:32 +0300
commit1f58827d1141468a1baa9d29cbc083b2b130f280 (patch)
tree4415fbbfc2a64dad1112e023a4aa914e8af36b00 /scripts
parentb6a7b55e9634a113c12363917b989afa1085656f (diff)
removed gnuplot
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18nstats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18nstats.sh b/scripts/i18nstats.sh
index 93c7d3bd7..c0f67f1ef 100755
--- a/scripts/i18nstats.sh
+++ b/scripts/i18nstats.sh
@@ -136,7 +136,7 @@ rem_which () {
#===============================================================================
-if ! rem_which "xgettext" "msgmerge" "git" "gnuplot" ; then
+if ! rem_which "xgettext" "msgmerge" "git" ; then
rem_log ERROR "Some tools have not been found"
exit 1
fi