Use "set -e" in validate, so "sh validate" still has it set
authorIan Lynagh <igloo@earth.li>
Sun, 29 Jul 2007 13:18:09 +0000 (13:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 29 Jul 2007 13:18:09 +0000 (13:18 +0000)
validate

index 7949d62..42bb9b5 100644 (file)
--- a/validate
+++ b/validate
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if [ -f mk/config.mk ]; then
    make distclean