Oops, wrong version of previous commit forgot a space

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2013-07-24 11:10:36 -07:00
parent 1ec7cd9d29
commit c9e5f80a8f

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
if [-f /etc/debian_version ]; then
if [ -f /etc/debian_version ]; then
for package in python-pip python-virtualenv python-dev libevent-dev; do
if [ "$(dpkg --status -- $package 2>/dev/null|sed -n 's/^Status: //p')" != "install ok installed" ]; then
# add a space after old values