aboutsummaryrefslogtreecommitdiffstats
path: root/tools/each
diff options
context:
space:
mode:
Diffstat (limited to 'tools/each')
-rwxr-xr-xtools/each2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/each b/tools/each
index da5ce84..e27ab49 100755
--- a/tools/each
+++ b/tools/each
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
if [ -z "$1" ]; then
echo "Usage: $0 <command>"
echo ""