From 331051c7e43c3affdcf317ea0384fdec6d7f337c Mon Sep 17 00:00:00 2001 From: Bohdan Dudar Date: Mon, 12 Jun 2023 17:34:54 +0200 Subject: [PATCH] Don't hardcode executable directory --- src/cpp/src/EXAMPLE/dumpmctree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/src/EXAMPLE/dumpmctree b/src/cpp/src/EXAMPLE/dumpmctree index 5d5e19755..dce419717 100755 --- a/src/cpp/src/EXAMPLE/dumpmctree +++ b/src/cpp/src/EXAMPLE/dumpmctree @@ -1,7 +1,7 @@ #!/bin/bash -if $(dirname "$0")/dumpmctree-dot ${@}; then +if dumpmctree-dot ${@}; then if [ -f dumpmctree.svg ]; then mv -f dumpmctree.svg dumpmctree.svg.bkp fi