From 18e23af784e69e1bd40725a23acac9aaa3b167ab Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 27 Feb 2017 23:59:37 +0000 Subject: [PATCH] cleanup --- usr/lib/security-misc/apt-get-wrapper | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/security-misc/apt-get-wrapper b/usr/lib/security-misc/apt-get-wrapper index 14b4e6a..5c7150c 100755 --- a/usr/lib/security-misc/apt-get-wrapper +++ b/usr/lib/security-misc/apt-get-wrapper @@ -32,8 +32,6 @@ fi log="$(cat "$logfile")" -## W: Target Contents-deb-legacy (Contents-all) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:2' - while read -r -d $'\n' line; do line_lower_case="${line,,}" first_two="${line_lower_case:0:2}"