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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-10-11 14:17:21 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-10-11 14:17:21 +0300
commit3377021d2c2796fd695b0eb7cd26fb8a2cecdf05 (patch)
treea03fea8f40be47b07f9464a1ac1647aca8d423c4 /scripts
parent8fb11bf713afd81c10f8a23473448df7e53ecb1c (diff)
remove unused lib check
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/analysis/analysis-wrapper.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/analysis/analysis-wrapper.sh b/scripts/analysis/analysis-wrapper.sh
index 3a4fe551a..363e36e30 100755
--- a/scripts/analysis/analysis-wrapper.sh
+++ b/scripts/analysis/analysis-wrapper.sh
@@ -126,10 +126,6 @@ else
exit 1
fi
- if [ $checkLibrary -eq 1 ]; then
- exit 1
- fi
-
if [ ! $lintValue -eq 2 ]; then
exit $lintValue
fi