9cdab9fd7a
* Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-15 - use valgrind to debug qdoc HTML generation
8 lines
115 B
Bash
8 lines
115 B
Bash
#!/bin/bash
|
|
|
|
# run process through valgrind instead
|
|
|
|
DIRNAME=$(dirname $0)
|
|
set -x
|
|
valgrind ${DIRNAME}/qdoc.orig $@
|