diff options
Diffstat (limited to 'hack/tree_status.sh')
-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 |