On Tue, Jul 04, 2017 at 02:14:58AM +0200, Klemens Nanni wrote:
> Remove duplicate full stop and add space after function name.
> 
> Feedback/OK?
> 
> Index: install.sub
> ===================================================================
> RCS file: /cvs/src/distrib/miniroot/install.sub,v
> retrieving revision 1.1019
> diff -u -p -r1.1019 install.sub
> --- install.sub       2 Jul 2017 12:45:43 -0000       1.1019
> +++ install.sub       4 Jul 2017 00:11:59 -0000
> @@ -275,7 +275,7 @@ diskinfo() {
>               _i=${_i##+([[:space:],])}
>               _i=${_i%%+([[:space:],])}
> 
> -             # Extract Network Address Authority information from dmesg..
> +             # Extract Network Address Authority information from dmesg.
>               _n=$(dmesg | sed -En '/^'$_d' at /h;${g;s/^.* 
> ([a-z0-9]+\.[a-zA-Z0-9_]+)$/\1/p;}')
> 
>               # Extract disk size from disklabel output.
> @@ -2968,7 +2970,7 @@ do_install() {
>       finish_up
> }
> 
> -do_upgrade(){
> +do_upgrade() {
>       # Get $ROOTDISK and $ROOTDEV
>       get_rootinfo
 
OK

Reply via email to