r26603: Don't install no longer available upgrade script.
[ira/wip.git] / source / script / valgrind_run
1 #!/bin/sh
2
3 ENV="$1"
4
5 shift 1
6
7 $ENV valgrind -q --db-attach=yes --num-callers=30 $@