[dev-run] minor
diff --git a/src/dev-run.sh b/src/dev-run.sh
index 40f6463..3b2257b 100755
--- a/src/dev-run.sh
+++ b/src/dev-run.sh
@@ -48,7 +48,7 @@
 	if [[ $CMAKENINJA ]]; then
 		echo "Not supported on cmake builds yet"
 	else
-		build/libtool --mode=execute $GDB hb-shape $@
+		build/libtool --mode=execute $GDB build/util/hb-shape $@
 	fi
 ;;
 r|R )