From 34b8e5b279ffd1aefae668cc7c04917f74a007c3 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 25 Apr 2012 10:26:45 -0400 Subject: [PATCH] -small mistake in install script --- install_minimal/airtime-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_minimal/airtime-install b/install_minimal/airtime-install index f15e24b33..70efa614e 100755 --- a/install_minimal/airtime-install +++ b/install_minimal/airtime-install @@ -79,6 +79,8 @@ AIRTIMEROOT=$SCRIPTPATH/../ #and we should probably create a separate file that checks whether ALL dependencies are satisfied before #allowing the install to continue. However in that case, we wouldn't check for Debian packages so that we #can become less Debian platform dependent in the future... + +set +e dpkg -l | grep zendframework > /dev/null 2>&1 ZENDFRAMEWORK=$?