diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-29 13:18:09 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-29 13:18:09 +0000 |
commit | 83331f7e23838262be61e8ec2d78abcffd1a077e (patch) | |
tree | f5cd0b78266347e4efd47ffe962fc7435ce9a0d5 /validate | |
parent | 3fcadd65b744424da940f90942dfef5df750919a (diff) | |
download | haskell-83331f7e23838262be61e8ec2d78abcffd1a077e.tar.gz |
Use "set -e" in validate, so "sh validate" still has it set
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ -f mk/config.mk ]; then make distclean |