File: doval

package info (click to toggle)
openvpn 2.7.0~rc5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,328 kB
  • sloc: ansic: 102,269; sh: 7,319; makefile: 989; python: 271; perl: 66
file content (4 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (10)
1
2
3
4
#!/bin/bash
PROGDIR=`dirname $0`
unset LD_LIBRARY_PATH
valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"