This commit is contained in:
christos 2013-02-17 01:26:47 +00:00
parent 47281a37ea
commit e2c5bb7811
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: checkver,v 1.14 2013/02/17 01:20:57 christos Exp $
# $NetBSD: checkver,v 1.15 2013/02/17 01:26:47 christos Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@ -67,7 +67,7 @@
#
TMP=/tmp/checkver.$$
PROG="$(basename "$PROG")"
PROG="$(basename "$0")"
# Can't trap 11 (SEGV) in the Real Bourne Shell, since it uses it for
# internal malloc!
trap "exit 2" 1 2 3 4 5 6 7 8 10 12 13 14 15