Prefer echo over printf
This commit is contained in:
parent
cd93636f3e
commit
8f3ec30476
@ -80,7 +80,7 @@ generate_host_conf()
|
||||
cache | *=*)
|
||||
;;
|
||||
*)
|
||||
printf "Warning: unrecognized source [%s]\n" $_s >&2
|
||||
echo "Warning: unrecognized source [$_s]" >&2
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user