summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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