Comments on the following patch?
Warner
Index: nsswitch
===================================================================
--- nsswitch (revision 211943)
+++ nsswitch (working copy)
@@ -80,7 +80,7 @@
cache | *=*)
;;
*)
- printf "Warning: unrecognized source [%s]\n" $_s >&2
+ echo "Warning: unrecognized source [$_s]" >&2
;;
esac
done