mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +08:00
Merge pull request #2378 from vrothberg/tree-status
hack/tree_status.sh: preserve new lines
This commit is contained in:
@ -8,6 +8,6 @@ then
|
|||||||
else
|
else
|
||||||
echo "tree is dirty, please commit all changes and sync the vendor.conf"
|
echo "tree is dirty, please commit all changes and sync the vendor.conf"
|
||||||
echo ""
|
echo ""
|
||||||
echo $STATUS
|
echo "$STATUS"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user