summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-30 10:39:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-07-30 13:26:56 +0200
commit7c3dcb0546c5fbaae6b67ce5e4c5305ba85a96a8 (patch)
treed856c1ae57859dc7d2d089bcfdba2df4238a91c6
parent397c2e67e6614f87e408432f63956f507a64023d (diff)
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@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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rwxr-xr-xsvx/source/gengal/gengal.sh2
1 files changed, 0 insertions, 2 deletions
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