citrun

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

commit 385c4fef34fd50c5fab306cdd6698d30bfa07216
parent 0970a507c6e3d866e32d30861bd750a2d273c390
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 20 Aug 2016 11:26:46 -0600

t: make sed more portable

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

diff --git a/t/inst_preamble.sh b/t/inst_preamble.sh @@ -33,5 +33,5 @@ static void citrun_constructor() { #endif EOF -sed -i "s/\".*\"/\"\"/" preamble.c.citrun +sed -i -e 's/".*"/""/' preamble.c.citrun diff -u preamble.c.good preamble.c.citrun && echo ok 2