summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 3b54c0c827..cc3414ce17 100755
--- a/setup
+++ b/setup
@@ -76,7 +76,7 @@ machine() {
fi
done
- [ -n "$target" ] && echo "No such machine!"
+ [ -n "$target" ] && echo "No such machine!" >&2 && return 1
}
if [ -z "$1" ]; then