]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/scenes/bin/make_scenes.sh
update scene builder to compile with latest libosmium
[nominatim.git] / tests / scenes / bin / make_scenes.sh
index 4ad31f31fcbae466c0b1253239487f08e39f5d20..71de870354d077c62eee042f3aff8813c0ed1d12 100755 (executable)
@@ -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