]> git.cworth.org Git - apitrace/blobdiff - scripts/tracediff.sh
Avoid hacking around argc / argv.
[apitrace] / scripts / tracediff.sh
index b3b9220f86c80c1aa3283da2212fa7fb85264eb0..819a25120ebdfceb2a8234ce1addd3923f1b0916 100755 (executable)
 
 set -e
 
-APITRACE=${APITRACE:-`dirname "$0"`/../apitrace}
+APITRACE=${APITRACE:-apitrace}
 
 $APITRACE dump
 
 stripdump () {
-    $APITRACE dump --color=never "$1" \
+    $APITRACE dump --color=never --arg-names=no "$1" \
     | sed \
         -e 's/\r$//g' \
         -e 's/^[0-9]\+ //' \