mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
hack/tree_status.sh: preserve new lines
Quote the status output in echo to preserve the new lines. Having the output in one line complicated debugging issues and is not friendly to use. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -8,6 +8,6 @@ then
|
||||
else
|
||||
echo "tree is dirty, please commit all changes and sync the vendor.conf"
|
||||
echo ""
|
||||
echo $STATUS
|
||||
echo "$STATUS"
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user