This commit is contained in:
jmcneill 2013-02-11 18:11:20 +00:00
parent 9aeffda480
commit bdad5df232

View File

@ -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")"