diff options
author | 2002-04-29 01:49:49 +0000 | |
---|---|---|
committer | 2002-04-29 01:49:49 +0000 | |
commit | 2951dffe041ce60775ffacb487718d0cad8c3ea4 (patch) | |
tree | 034392885a199cbf3012c8b9d740ed3a95625ba7 | |
parent | Eliminate basename(). Just use parameter expansion syntax to remove (diff) | |
download | wireguard-openbsd-2951dffe041ce60775ffacb487718d0cad8c3ea4.tar.xz wireguard-openbsd-2951dffe041ce60775ffacb487718d0cad8c3ea4.zip |
Expose a few more comments to stripping: must be on separate line, and
must *not* start with consecutive '#'s.
-rw-r--r-- | distrib/miniroot/install.sub | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index eba795b8b14..d6ab5c6d1fe 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.214 2002/04/29 01:38:06 krw Exp $ +# $OpenBSD: install.sub,v 1.215 2002/04/29 01:49:49 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -1773,7 +1773,8 @@ __EOT # don't necessarily have to come from the same media. ask "\nExtract more sets?" n case $resp in - y*|Y*) # Force loop to repeat + y*|Y*) + # Force loop to repeat resp= ;; esac @@ -2100,7 +2101,7 @@ finish_up() { exit 0 } -######################################################################## +# ####################################################################### # # Initial actions common to both installs and upgrades. # @@ -2108,7 +2109,7 @@ finish_up() { # call functions defined above, so it's safest to put this # code here rather than at the top of the file. # -######################################################################## +# ####################################################################### ROOTDISK= VERSION=31 |