update scene builder to compile with latest libosmium

This commit is contained in:
Sarah Hoffmann
2015-02-21 16:35:54 +01:00
parent 82e5a95f16
commit 340b9793d6
3 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
datadir="$( cd "$( dirname "$0" )" && cd ../data && pwd )"
if [! -d "$datadir" ]; then
if [ ! -d "$datadir" ]; then
echo "Cannot find data dir.";
exit -1;
fi