-small mistake in install script

This commit is contained in:
Martin Konecny 2012-04-25 10:26:45 -04:00
parent 09d37ae412
commit 34b8e5b279
1 changed files with 2 additions and 0 deletions

View File

@ -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=$?