summaryrefslogtreecommitdiffstats
path: root/conf/osx/createpackage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/osx/createpackage.sh')
-rwxr-xr-xconf/osx/createpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh
index 3ac4d09de..32cbebfc5 100755
--- a/conf/osx/createpackage.sh
+++ b/conf/osx/createpackage.sh
@@ -49,7 +49,7 @@ function find_puppet_root() {
function install_puppet() {
echo "Installing Puppet to ${pkgroot}"
- "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}" &> /dev/null
+ "${installer}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}"
chown -R root:admin "${pkgroot}"
}