diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-04 03:30:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-04 03:30:01 +0000 |
commit | 100c84bd9e24b48b68052880271804ff4c944ec7 (patch) | |
tree | c63cde55fbde5a7ab75ceb647a879d468e6325cd /distrib/miniroot | |
parent | 65da4d09360dcdfe8355335973684f1c46bc6095 (diff) |
ok, but the jobs stderr redirect from guenther is good
Diffstat (limited to 'distrib/miniroot')
-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 990077a8747..aec3d55baba 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.516 2009/05/04 03:16:11 deraadt Exp $ +# $OpenBSD: install.sub,v 1.517 2009/05/04 03:30:00 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 @@ -1154,7 +1154,7 @@ startftplist() { waitftplist() { local _dot # XXX - while [[ -n $(jobs $ftppid) ]]; do + while [[ -n $(jobs $ftppid 2>/dev/null) ]]; do echo -n . # XXX _dot=. # XXX sleep 0.2 # XXX |