diff options
author | 2014-01-15 00:55:21 +0000 | |
---|---|---|
committer | 2014-01-15 00:55:21 +0000 | |
commit | 55819bcb52f0a159ceb8b5083a9b8497698a2eb9 (patch) | |
tree | da23520084acda013c10aff7cc97a13012ac6c5e | |
parent | pipes mean read/write may short out. (diff) | |
download | wireguard-openbsd-55819bcb52f0a159ceb8b5083a9b8497698a2eb9.tar.xz wireguard-openbsd-55819bcb52f0a159ceb8b5083a9b8497698a2eb9.zip |
Since we now show the installer output we want that new line back.
OK halex@
-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 bad0fbf229d..60ac41a89d2 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.727 2014/01/11 23:28:02 halex Exp $ +# $OpenBSD: install.sub,v 1.728 2014/01/15 00:55:21 rpe 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 @@ -2212,7 +2212,7 @@ elif [[ -z $respfile ]]; then exit 1 fi rm -f /ai.done - echo -n "Performing non-interactive $action..." + echo "Performing non-interactive $action..." /$action -af /$action.conf 2>&1 </dev/null | sed 'w/ai.log' if [[ -f /ai.done ]]; then # Generate unique filename and let rc.firsttime feed it to |