citrun

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

commit b7ffde95d2385fcd77c78a096386e8e55429878a
parent 60fdbbd9c3006293b6fcb7570de3990ec9574e11
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 24 Jun 2016 17:43:04 -0600

bin: rename citrun-wrap.{sh,in}

Diffstat:
Mbin/Jamfile | 2+-
Rbin/citrun-wrap.sh -> bin/citrun-wrap.in | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Jamfile b/bin/Jamfile @@ -12,7 +12,7 @@ actions Generate chmod 755 $(1) ; } -Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.sh ; +Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.in ; InstallShell $(PREFIX)/bin : citrun-wrap ; InstallMan $(PREFIX)/man : citrun-wrap.1 ; diff --git a/bin/citrun-wrap.sh b/bin/citrun-wrap.in