diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2018-01-21 19:58:38 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2018-01-21 19:58:38 +0000 |
commit | 2d035e811bc9473f8eb09f873799282b6e8b5406 (patch) | |
tree | 228771e63c6a6e63d9281e9e5e7e6acba924b80c /distrib/miniroot | |
parent | 41e07dcccfba5f010784d152760d4f90b89483bd (diff) |
fix error handling while fetching sets
reported by naddy@ long ago
ok rpe@
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e87db99e5a9..71eb873db19 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1055 2018/01/18 17:23:15 job Exp $ +# $OpenBSD: install.sub,v 1.1056 2018/01/21 19:58:37 halex Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1610,6 +1610,8 @@ install_files() { $AUTO && exit 1 return fi + _unver=$(rmel $_f $_unver) + _get_sets=$(rmel $_f $_get_sets) continue fi |