Prefer echo over printf

This commit is contained in:
Warner Losh 2010-09-27 15:55:39 +00:00
parent cd93636f3e
commit 8f3ec30476

View File

@ -80,7 +80,7 @@ generate_host_conf()
cache | *=*)
;;
*)
printf "Warning: unrecognized source [%s]\n" $_s >&2
echo "Warning: unrecognized source [$_s]" >&2
;;
esac
done