mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
No longer ignore duplicate apt sources in apt-get-wrapper.
No longer acceptable because these generate lots of noise in the terminal.
This commit is contained in:
parent
191918027c
commit
6195450eb2
@ -41,12 +41,6 @@ while read -r -d $'\n' line; do
|
||||
exit 125
|
||||
fi
|
||||
if [ "$first_two" = "w:" ]; then
|
||||
first_nine="${line_lower_case:0:9}"
|
||||
if [ "$first_nine" = "w: target" ]; then
|
||||
if echo "$line" | grep -q "is configured multiple times in" ; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
exit 125
|
||||
fi
|
||||
done < <( echo "$log" )
|
||||
|
Loading…
Reference in New Issue
Block a user