diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-03 15:54:11 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-11-03 15:54:11 +0000 |
commit | 343222ee972cff5743db1e21466c0cda2f09dd14 (patch) | |
tree | 43d6d1d6c86be995fc519e47bfcdce9e967025af /usr.sbin | |
parent | 8eef177f0246b7343cffc6c586d5808c3bc598cd (diff) |
XXX match with installed sets (comp, x...)?
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/syspatch/syspatch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/syspatch/syspatch.sh b/usr.sbin/syspatch/syspatch.sh index 0734cb4a572..07d50d94026 100644 --- a/usr.sbin/syspatch/syspatch.sh +++ b/usr.sbin/syspatch/syspatch.sh @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: syspatch.sh,v 1.31 2016/11/03 15:34:31 ajacoutot Exp $ +# $OpenBSD: syspatch.sh,v 1.32 2016/11/03 15:54:10 ajacoutot Exp $ # # Copyright (c) 2016 Antoine Jacoutot <ajacoutot@openbsd.org> # @@ -163,6 +163,7 @@ ls_installed() ls_missing() { + # XXX match with installed sets (comp, x...)? local _a _installed _installed="$(ls_installed)" |