summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-31 10:11:15 -0300
committerRenato Botelho <renato@netgate.com>2015-07-31 10:11:15 -0300
commit21dfcd6101290aa40041cda041ad5c0866735a91 (patch)
tree2f8c8d9e9631439e8633beee44359925755c78f6
parent96bf5038debcfe764f3b853d7bdb62faded7b996 (diff)
downloadpfsense-21dfcd6101290aa40041cda041ad5c0866735a91.zip
pfsense-21dfcd6101290aa40041cda041ad5c0866735a91.tar.gz
Remove extra parenthesis
-rw-r--r--etc/inc/pkg-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index d279a40..54c018d 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -92,7 +92,7 @@ function pkg_call($params, $mute = false) {
$user_agent = $g['product_name'] . '/' . $g['product_version'];
if (!isset($config['system']['host_uuid'])) {
- $user_agent .= ' : ' . get_single_sysctl('kern.hostuuid'));
+ $user_agent .= ' : ' . get_single_sysctl('kern.hostuuid');
}
$env = array(
@@ -182,7 +182,7 @@ function pkg_exec($params, &$stdout, &$stderr) {
$user_agent = $g['product_name'] . '/' . $g['product_version'];
if (!isset($config['system']['host_uuid'])) {
- $user_agent .= ' : ' . get_single_sysctl('kern.hostuuid'));
+ $user_agent .= ' : ' . get_single_sysctl('kern.hostuuid');
}
$env = array(
OpenPOWER on IntegriCloud