Module Name:    src
Committed By:   jmcneill
Date:           Mon Feb 11 18:11:20 UTC 2013

Modified Files:
        src/distrib/utils/embedded: mkimage

Log Message:
set -e


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.32 src/distrib/utils/embedded/mkimage:1.33
--- src/distrib/utils/embedded/mkimage:1.32	Sun Feb 10 21:51:05 2013
+++ src/distrib/utils/embedded/mkimage	Mon Feb 11 18:11:20 2013
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.32 2013/02/10 21:51:05 jmcneill Exp $
+# $NetBSD: mkimage,v 1.33 2013/02/11 18:11:20 jmcneill Exp $
 #
 # Copyright (c) 2013 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -32,6 +32,8 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
+set -e
+
 DIR="$(cd "$(dirname "$0")" && pwd)"
 PROG="$(basename "$0")"
 

Reply via email to