Prefer echo over printf
This commit is contained in:
parent
79e7676578
commit
59ebbd2898
@ -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