aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-18 12:11:24 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-18 12:11:24 +0100
commit703d25f5fffc66325be8e0489c576ff1fb502712 (patch)
tree3241822dbeafb630bf11be3236d6a054f708fedc /scripts
parentscripts/check-duplicates.sh: backport improvements from ::guru (diff)
downloadsci-703d25f5fffc66325be8e0489c576ff1fb502712.tar.gz
sci-703d25f5fffc66325be8e0489c576ff1fb502712.tar.bz2
sci-703d25f5fffc66325be8e0489c576ff1fb502712.zip
scripts/check-duplicates.sh: do not fatally exit
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-duplicates.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check-duplicates.sh b/scripts/check-duplicates.sh
index 85af7839c..378333767 100755
--- a/scripts/check-duplicates.sh
+++ b/scripts/check-duplicates.sh
@@ -73,5 +73,6 @@ if [[ -n ${PKG_EXACT_MATCH} ]]; then
printf "\nERROR: The following packages override packages in the main Gentoo repository:\n"
printf "${PKG_EXACT_MATCH}"
printf "Please remove these packages.\n"
- exit 1
+ # do not fatally exit
+ # exit 1
fi