summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-29 15:48:57 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-29 15:48:57 -0500
commit2388a97db35014dd1ae91bf381d3da629464b91c (patch)
treed34838c7d1d5fbe3159de1936b50f54af7b68179 /etc/inc/pkg-utils.inc
parent5edb6feecd3689d4d4e63fc8adaad89d34cd2df3 (diff)
downloadpfsense-2388a97db35014dd1ae91bf381d3da629464b91c.zip
pfsense-2388a97db35014dd1ae91bf381d3da629464b91c.tar.gz
Nuke newline
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index f9af6a6..708b897 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -634,7 +634,7 @@ function install_package_xml($pkg) {
}
$configfile = substr(strrchr($pkg_info['config_file'], '/'), 1);
if(file_exists("/usr/local/pkg/" . $configfile)) {
- $static_output .= "\nLoading package configuration... ";
+ $static_output .= "Loading package configuration... ";
update_output_window($static_output);
$pkg_config = parse_xml_config_pkg("/usr/local/pkg/" . $configfile, "packagegui");
$static_output .= "done.\n";
OpenPOWER on IntegriCloud