summaryrefslogtreecommitdiff
path: root/debian/zephyr-clients.config
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-05-12 21:52:57 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-05-12 21:52:57 +0000
commitc4f6059dfe85bb4838d64ab3494421c14b86a8f8 (patch)
tree7cd2f6e8b58b7ecada30aeb1230a0935a086849e /debian/zephyr-clients.config
parent342d0869685a65e42ccb5807a0b5c1f1b7fa4ee1 (diff)
use `echo $z` to turn shell whitespace (including, relevantly, newlines) into spaces
Diffstat (limited to 'debian/zephyr-clients.config')
-rw-r--r--debian/zephyr-clients.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zephyr-clients.config b/debian/zephyr-clients.config
index 5ed8da9..9c2c62f 100644
--- a/debian/zephyr-clients.config
+++ b/debian/zephyr-clients.config
@@ -13,7 +13,7 @@ then
if test -n "$z"
then
- db_set zephyr-clients/servers "$z"
+ db_set zephyr-clients/servers "`echo $z`"
fi
else
# if there happens to be zephyr server decconf on this machine,