From b99bb64487ed699d94d71fe1187635cd7c9494bd Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 8 May 2014 13:03:21 +0100 Subject: [PATCH] Add sanity check to OS X build script --- script/build-osx | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build-osx b/script/build-osx index aba215fd8..383c14647 100755 --- a/script/build-osx +++ b/script/build-osx @@ -5,3 +5,4 @@ virtualenv venv venv/bin/pip install pyinstaller==2.1 venv/bin/pip install . venv/bin/pyinstaller -F bin/fig +dist/fig --version