set -e
This commit is contained in:
parent
9aeffda480
commit
bdad5df232
@ -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")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user