From 37c6adc834e27a766a9e7021ce835f77eb2a9421 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 29 Jan 2019 19:22:12 +0100 Subject: Removing superfluous whitespace in archive areas when configuring apt sources.list entries. Signed-off-by: Daniel Baumann --- debian/progress-linux.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index c6be2f4..12a15d3 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -86,8 +86,8 @@ case "${1}" in Remove fi - ARCHIVES="$(echo ${ARCHIVES} | sed -e 's|,| |g')" - ARCHIVE_AREAS="$(echo ${ARCHIVE_AREAS} | sed -e 's|,| |g')" + ARCHIVES="$(echo ${ARCHIVES} | sed -e 's|, | |g')" + ARCHIVE_AREAS="$(echo ${ARCHIVE_AREAS} | sed -e 's|, | |g')" for ARCHIVE in ${ARCHIVES} do -- cgit v1.2.3