diff options
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-all-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-all-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image index c76af435a6..b230d75728 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image @@ -74,7 +74,7 @@ if [ "$?" != "0" ]; then exit $? fi # Required by Apache Thrift -sudo apt-get -y install bison flex python-dev +sudo apt-get -y install bison flex if [ "$?" != "0" ]; then exit $? fi |