summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-16 03:31:22 +0000
committerColin Smith <colin@pfsense.org>2005-06-16 03:31:22 +0000
commit7a861225c9fabf92110fc164dc2fc9cae64c78da (patch)
tree5209e27b6401765cf0cc6d0dbe93bbef9588e8b7 /etc/inc/pkg-utils.inc
parent2978063c152ce9c769b6d405089e60d30ed2b66c (diff)
downloadpfsense-7a861225c9fabf92110fc164dc2fc9cae64c78da.zip
pfsense-7a861225c9fabf92110fc164dc2fc9cae64c78da.tar.gz
Fix a syntax error.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 9e09ff5..9e2442e 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -238,10 +238,11 @@ function sync_package($pkg_name, $sync_depends = true, $show_message = false) {
eval($item_config['custom_php_resync_config_command']);
}
if($show_message == true) print " " . $item_config['name'];
- }
- }
- }
- }
+ }
+ }
+ }
+ }
+ }
}
/*
OpenPOWER on IntegriCloud