summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2017-01-30 15:36:21 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2017-01-30 15:36:21 +0000
commit0a68cebc25622b8dc12879e1cf5ecbc17bbcba8e (patch)
treeec02ab3bf398976d80e9968098be1cba6ca4a017 /usr.sbin
parent6601f7665d75dfd6b37ac21183c9701bf5bf2ad7 (diff)
Drop empty line.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/syspatch/syspatch.sh3
1 files changed, 1 insertions, 2 deletions
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 <ajacoutot@openbsd.org>
#
@@ -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;;