summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-20 19:46:57 +0100
committerGitHub <noreply@github.com>2019-02-20 19:46:57 +0100
commit4de0bf9c74624de8a2cab1e5cbebc0beaa67339a (patch)
tree3f3b20821134344fd11c436e047dc3b7db9acb94
parenta68c964bf31974cf0cfef154d2237099b473857d (diff)
parent28ecb0f3da7268709f8b0ad7fe7c753602a0a3e6 (diff)
downloadpodman-4de0bf9c74624de8a2cab1e5cbebc0beaa67339a.tar.gz
podman-4de0bf9c74624de8a2cab1e5cbebc0beaa67339a.tar.bz2
podman-4de0bf9c74624de8a2cab1e5cbebc0beaa67339a.zip
Merge pull request #2378 from vrothberg/tree-status
hack/tree_status.sh: preserve new lines
-rwxr-xr-xhack/tree_status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/tree_status.sh b/hack/tree_status.sh
index 12c1d1ee5..78fb4c6a3 100755
--- a/hack/tree_status.sh
+++ b/hack/tree_status.sh
@@ -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