summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-29 18:22:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-29 19:41:22 +0000
commit37c6adc834e27a766a9e7021ce835f77eb2a9421 (patch)
treea6cea131e8a8d15942f44723e83a42c6295974c0
parentAdding support for restricted archive area. (diff)
downloadprogress-linux-37c6adc834e27a766a9e7021ce835f77eb2a9421.tar.xz
progress-linux-37c6adc834e27a766a9e7021ce835f77eb2a9421.zip
Removing superfluous whitespace in archive areas when configuring apt sources.list entries.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/progress-linux.postinst4
1 files 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