From: rpe Date: Wed, 15 Jan 2014 00:55:21 +0000 (+0000) Subject: Since we now show the installer output we want that new line back. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=55819bcb52f0a159ceb8b5083a9b8497698a2eb9;p=openbsd Since we now show the installer output we want that new line back. OK halex@ --- 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