From 59ebbd28982a62d14ee28b3894103094363ae886 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 27 Sep 2010 15:55:39 +0000 Subject: Prefer echo over printf --- etc/rc.d/nsswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 8b0b228..caca52f 100755 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -80,7 +80,7 @@ generate_host_conf() cache | *=*) ;; *) - printf "Warning: unrecognized source [%s]\n" $_s >&2 + echo "Warning: unrecognized source [$_s]" >&2 ;; esac done -- cgit v1.1