replace multiple spaces by a single space properly.

This commit is contained in:
Tom Reynolds 2013-06-26 00:30:34 +00:00
parent 5747a36394
commit 5f74628c52

View File

@ -15,7 +15,7 @@ do
-e 's/"/"/g' \
-e 's/^\([^=]*\)=\s*/\1=/' \
-e 's/\s*$//' \
-e 's/ / /g' \
-e 's/ */ /g' \
-e 's/⏎/\\n/g' \
-e 's/ \\n/\\n/g' \
-e 's/\\n /\\n/g' \