]> git.proxmox.com Git - ovs.git/commit
ovs-save: Replace "echo -n" with "printf"
authorTimothy Redaelli <tredaelli@redhat.com>
Mon, 25 Sep 2017 14:44:06 +0000 (16:44 +0200)
committerBen Pfaff <blp@ovn.org>
Fri, 27 Oct 2017 16:55:10 +0000 (09:55 -0700)
commit221df99c5a82e58f8bd19356c0e6fce0ca7eab39
treef4b72b628e9907faaaf61f3b57544da9735931e9
parent463a057879630c7b99fd1cb6393d2a92d28f8412
ovs-save: Replace "echo -n" with "printf"

This is neeed since "echo -n" is not POSIX and may not work with some shells.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Flavio Leitner <fbl@sysclose.org>
utilities/ovs-save