summaryrefslogtreecommitdiff
path: root/hack/tree_status.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hack/tree_status.sh')
-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