Merge "Add $TOP_DIR to the path when calling worlddump script"
diff --git a/stack.sh b/stack.sh
index 7bfd072..8da9d3c 100755
--- a/stack.sh
+++ b/stack.sh
@@ -639,9 +639,9 @@
     if [[ $r -ne 0 ]]; then
         echo "Error on exit"
         if [[ -z $LOGDIR ]]; then
-            ./tools/worlddump.py
+            $TOP_DIR/tools/worlddump.py
         else
-            ./tools/worlddump.py -d $LOGDIR
+            $TOP_DIR/tools/worlddump.py -d $LOGDIR
         fi
     fi