sm_error() already does the exit for us.
authorajacoutot <ajacoutot@openbsd.org>
Tue, 13 Oct 2015 18:52:56 +0000 (18:52 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Tue, 13 Oct 2015 18:52:56 +0000 (18:52 +0000)
usr.sbin/sysmerge/sysmerge.sh

index 8f6fdd1..6e9bedd 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/ksh -
 #
-# $OpenBSD: sysmerge.sh,v 1.213 2015/10/12 18:25:16 ajacoutot Exp $
+# $OpenBSD: sysmerge.sh,v 1.214 2015/10/13 18:52:56 ajacoutot Exp $
 #
 # Copyright (c) 2008-2014 Antoine Jacoutot <ajacoutot@openbsd.org>
 # Copyright (c) 1998-2003 Douglas Barton <DougB@FreeBSD.org>
@@ -47,7 +47,7 @@ sm_trap() {
        sm_error
 }
 
-trap "sm_trap; exit 1" 1 2 3 13 15
+trap "sm_trap" 1 2 3 13 15
 
 sm_info() {
        (($#)) && echo "---- Info: $@" || true