[dev-run] minor
authorEbrahim Byagowi <ebrahim@gnu.org>
Thu, 22 Feb 2018 13:22:56 +0000 (16:52 +0330)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 13:22:56 +0000 (16:52 +0330)
src/dev-run.sh

index 40f6463..3b2257b 100755 (executable)
@@ -48,7 +48,7 @@ d|D )
        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 )