From: Gunnar Beutner Date: Tue, 1 Oct 2013 06:39:42 +0000 (+0200) Subject: Fix feature list output in i2enfeature. X-Git-Tag: v0.0.3~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb8688271b06365bdf20b3581c8938d06ccd295;p=icinga2 Fix feature list output in i2enfeature. --- diff --git a/tools/i2enfeature.in b/tools/i2enfeature.in index 5f14ea6c5..9a55deb95 100644 --- a/tools/i2enfeature.in +++ b/tools/i2enfeature.in @@ -28,7 +28,7 @@ if [ -z "$1" ]; then echo -n "Available features: " for file in $ICINGA2CONFDIR/features-available/*.conf; do - echo -n $(basename -- $file .conf) + echo -n "$(basename -- $file .conf) " done echo