diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-06-16 15:56:52 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-06-16 15:56:52 +0000 |
commit | 1baf05e6ef71d0d135cb32fa6132d2dc6c34e5b1 (patch) | |
tree | 2585670f6686700e1e75a26b51a748d8c3d87031 /distrib | |
parent | 7a472b396cb9c275d316e586f2d063f5d50587c3 (diff) |
Zap whitespaces
found by deraadt
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 032b1dcca5e..9d7c125e543 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1068 2018/05/29 20:37:22 kettenis Exp $ +# $OpenBSD: install.sub,v 1.1069 2018/06/16 15:56:51 rpe Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1147,7 +1147,7 @@ v6_config() { *) _addr=$resp ;; esac - + # Ask for prefix lenght if the user did not use CIDR notation. if [[ $_addr == */* ]]; then _prefixlen= @@ -1557,7 +1557,7 @@ install_files() { for _tmpsrc in $_tmpfs/sets.+([0-9]).+([0-9]); do [[ -d $_tmpsrc ]] && rm -r $_tmpsrc done - + # Create a download directory for the sets and # check that the _sndio user can read files from # it. Otherwise cleanup and skip the filesystem. |