diff options
author | Warren Baker <warren@decoy.co.za> | 2011-06-22 16:39:26 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-06-22 16:39:26 +0200 |
commit | 68d1632c2af1fe3d6c9dc36b4bda5bf81b986f25 (patch) | |
tree | dcae9506fb52729e9f96b2c3931c53197dc301f6 /etc/inc/pkg-utils.inc | |
parent | f27526cd2982f3da3108ed09000df8f4a51eea81 (diff) | |
download | pfsense-68d1632c2af1fe3d6c9dc36b4bda5bf81b986f25.zip pfsense-68d1632c2af1fe3d6c9dc36b4bda5bf81b986f25.tar.gz |
New line missing after pkg is extracted.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index ebc2df2..660d442 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -491,7 +491,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url = update_output_window($static_output); } } - $static_output .= " (extracting)"; + $static_output .= " (extracting)\n"; update_output_window($static_output); $slaveout = ""; exec("/usr/bin/tar --fast-read -O -f {$fetchto} -x +CONTENTS 2>&1", $slaveout); |