diff options
author | 2013-11-27 21:48:25 +0000 | |
---|---|---|
committer | 2013-11-27 21:48:25 +0000 | |
commit | 851807d0347702e451f52075166391f5647c898c (patch) | |
tree | 437eeb2a1674e8380111082d8a12d53f4763a08f | |
parent | unsigned char for ctype (diff) | |
download | wireguard-openbsd-851807d0347702e451f52075166391f5647c898c.tar.xz wireguard-openbsd-851807d0347702e451f52075166391f5647c898c.zip |
Remove an outdated comment.
ok krw@ halex@
-rw-r--r-- | distrib/miniroot/install.sub | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 8b764ebd240..6b777277aad 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.700 2013/11/25 23:02:04 rpe Exp $ +# $OpenBSD: install.sub,v 1.701 2013/11/27 21:48:25 rpe Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -441,9 +441,6 @@ ask_which() { _key=$(echo "$_name" | sed 's/[^[:alnum:]]/_/g') while :; do - # Put both lines in ask prompt, rather than use a - # separate 'echo' to ensure the entire question is - # re-ask'ed after a '!' or '!foo' shell escape. eval "_dynlist=\"$_list\"" eval "_dyndef=\"$_def\"" |