citrun

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

commit c9ad77396f5f1cf5b8bbd7029612591dcb863137
parent 02faaf62d575cd757a9ae7cad2e25633c3e0152e
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 00:34:38 -0600

bin: chmod 755 citrun-wrap

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

diff --git a/bin/Jamfile b/bin/Jamfile @@ -9,7 +9,7 @@ rule Generate actions Generate { sed -e s,%PREFIX%,$(PREFIX), < $(2) > $(1) ; - chmod 644 $(1) ; + chmod 755 $(1) ; } Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.sh ;