diff options
author | 2018-07-02 19:47:28 +0000 | |
---|---|---|
committer | 2018-07-02 19:47:28 +0000 | |
commit | c950f347cdbe77978fd0464fad89ef3b06f043d8 (patch) | |
tree | b574ea18e7be02e5cc40962d589be102e2eb0df8 | |
parent | Quote first parameter of isin(). (diff) | |
download | wireguard-openbsd-c950f347cdbe77978fd0464fad89ef3b06f043d8.tar.xz wireguard-openbsd-c950f347cdbe77978fd0464fad89ef3b06f043d8.zip |
Be more precise about the expected input.
-rw-r--r-- | distrib/miniroot/install.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e4aca2d723b..d1c03933de2 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1073 2018/07/02 19:11:56 rpe Exp $ +# $OpenBSD: install.sub,v 1.1074 2018/07/02 19:47:28 rpe Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -179,7 +179,8 @@ quote() ( echo ) -# Show a list (passed via ordered arguments) in column output using ls. +# Show a list of ordered arguments (read line by line from stdin) in column +# output using ls. show_cols() { local _l _cdir=/tmp/i/cdir _clist |