diff options
author | 2010-10-18 22:47:07 +0000 | |
---|---|---|
committer | 2010-10-18 22:47:07 +0000 | |
commit | 300e5f8a06448adcd8688c3c03c0afd26eeacad7 (patch) | |
tree | ad02505cea50e6160e8a5ea78a1d3b19c9ce15c9 | |
parent | allow configuration of 802.11 interfaces in the installer (diff) | |
download | wireguard-openbsd-300e5f8a06448adcd8688c3c03c0afd26eeacad7.tar.xz wireguard-openbsd-300e5f8a06448adcd8688c3c03c0afd26eeacad7.zip |
delete a wasteful space
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 0b200eef436..640575d73bd 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.623 2010/10/18 22:45:28 halex Exp $ +# $OpenBSD: install.sub,v 1.624 2010/10/18 22:47:07 deraadt 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 @@ -360,7 +360,7 @@ ask_yn() { n|no) resp=n ; return ;; esac done - } +} # Ask for the user to select one value from a list, or 'done'. # |