mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-17 23:44:24 -05: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
|
exit 125
|
||||||
fi
|
fi
|
||||||
if [ "$first_two" = "w:" ]; then
|
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
|
exit 125
|
||||||
fi
|
fi
|
||||||
done < <( echo "$log" )
|
done < <( echo "$log" )
|
||||||
|
Loading…
Reference in New Issue
Block a user