diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-29 18:22:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-29 19:41:22 +0000 |
commit | 37c6adc834e27a766a9e7021ce835f77eb2a9421 (patch) | |
tree | a6cea131e8a8d15942f44723e83a42c6295974c0 | |
parent | Adding support for restricted archive area. (diff) | |
download | progress-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>
Diffstat (limited to '')
-rwxr-xr-x | debian/progress-linux.postinst | 4 |
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 |