diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-20 19:46:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 19:46:57 +0100 |
commit | 4de0bf9c74624de8a2cab1e5cbebc0beaa67339a (patch) | |
tree | 3f3b20821134344fd11c436e047dc3b7db9acb94 | |
parent | a68c964bf31974cf0cfef154d2237099b473857d (diff) | |
parent | 28ecb0f3da7268709f8b0ad7fe7c753602a0a3e6 (diff) | |
download | podman-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-x | hack/tree_status.sh | 2 |
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 |