From 0a68cebc25622b8dc12879e1cf5ecbc17bbcba8e Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 30 Jan 2017 15:36:21 +0000 Subject: Drop empty line. --- usr.sbin/syspatch/syspatch.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/syspatch/syspatch.sh') diff --git a/usr.sbin/syspatch/syspatch.sh b/usr.sbin/syspatch/syspatch.sh index 4318400dd48..3bf154ba72e 100644 --- a/usr.sbin/syspatch/syspatch.sh +++ b/usr.sbin/syspatch/syspatch.sh @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: syspatch.sh,v 1.90 2017/01/26 04:38:27 rpe Exp $ +# $OpenBSD: syspatch.sh,v 1.91 2017/01/30 15:36:20 ajacoutot Exp $ # # Copyright (c) 2016 Antoine Jacoutot # @@ -287,7 +287,6 @@ readonly _BSDMP _KERNV _MIRROR _OSrev _PDIR _TMP trap 'set +e; rm -rf "${_TMP}"' EXIT trap exit HUP INT TERM - while getopts clr arg; do case ${arg} in c) ls_missing;; -- cgit v1.2.3