citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit fc375a1129fb413af934de6f698bf185a774697a
parent c09f54e8350d3c29252470b0aacca2c6b4cf78ae
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 22:05:54 -0800

bin: wrap path update

Diffstat:
Mbin/wrap.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/wrap.sh b/bin/wrap.sh @@ -1,3 +1,3 @@ -export PATH=" PREFIX /share/citrun:$PATH" +export PATH=" PREFIX /share:$PATH" exec $@