[Libreoffice-commits] core.git: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jul 30 11:27:19 UTC 2018
svx/source/gengal/gengal.sh | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7c3dcb0546c5fbaae6b67ce5e4c5305ba85a96a8
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jul 30 10:39:54 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jul 30 13:26:56 2018 +0200
SHELLCHECK_WARNING, VERBOSE is unused
gengal.sh was originally based on unopkg.sh
which had this --verbose switch...
commit 164027e48899faaee284242eaca04b8aa5545319
Date: Fri Apr 5 16:39:24 2013 +0100
gengal: re-base on original tool.
new wrapper based on unopkg.sh.
work re-based on original SUSE implementation.
and unopkg.sh later had VERBOSE removed...
commit 1fc195f7e830619d56cc4c56043b154bc3a72b02
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 17 15:34:53 2013 +0200
Simplify code (VERBOSE was unused)
but gengal.sh retained its unused VERBOSE variable
Change-Id: I56aa830aef829c7727550fcaf7aed5058fffdc78
Reviewed-on: https://gerrit.libreoffice.org/58308
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/gengal/gengal.sh b/svx/source/gengal/gengal.sh
index 3970ab1fa9c8..245c171c3caf 100755
--- a/svx/source/gengal/gengal.sh
+++ b/svx/source/gengal/gengal.sh
@@ -59,8 +59,6 @@ for arg in "$@"
do
case "$arg" in
-env:*) BOOTSTRAPVARS=$BOOTSTRAPVARS" ""$arg";;
- -v) VERBOSE=true;;
- --verbose) VERBOSE=true;;
esac
done
More information about the Libreoffice-commits
mailing list