citrun

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

commit 166eb647066f808d154310ce85f246c6d68b693b
parent 5e6608eecce5d391ad42e4663a2add822b94ec6b
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 31 Aug 2016 18:34:28 -0600

src: shell scripts should have shell extensions

Diffstat:
Msrc/Jamfile | 4++--
Rsrc/check.in -> src/check.sh | 0
Rsrc/wrap.in -> src/wrap.sh | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -13,8 +13,8 @@ LinkLibraries citrun-term citrun-gl : utils ; # citrun-wrap, citrun-check # MakeLocate citrun-check citrun-wrap : $(LOCATE_SOURCE) ; -Shell citrun-check : check.in ; -Shell citrun-wrap : wrap.in ; +Shell citrun-check : check.sh ; +Shell citrun-wrap : wrap.sh ; ReplaceTokens citrun-wrap ; diff --git a/src/check.in b/src/check.sh diff --git a/src/wrap.in b/src/wrap.sh