Module Name: src
Committed By: jmcneill
Date: Sun Feb 10 16:56:38 UTC 2013
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
no sh -x
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/distrib/utils/embedded/mkimage:1.31
--- src/distrib/utils/embedded/mkimage:1.30 Sun Feb 10 16:56:01 2013
+++ src/distrib/utils/embedded/mkimage Sun Feb 10 16:56:38 2013
@@ -1,5 +1,5 @@
-#!/bin/sh -x
-# $NetBSD: mkimage,v 1.30 2013/02/10 16:56:01 jmcneill Exp $
+#!/bin/sh
+# $NetBSD: mkimage,v 1.31 2013/02/10 16:56:38 jmcneill Exp $
#
# Copyright (c) 2013 The NetBSD Foundation, Inc.
# All rights reserved.