diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-11-23 15:53:33 -0800 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2016-11-24 00:39:55 +0000 |
commit | f683929e8f1597ebc2ef5834564114ffea6f1594 (patch) | |
tree | e55f6a858f0c62aa8ba1cea3c519679454a4cc8f /tools | |
parent | 3ce1bc0c0e378090e74ba84ad1e2530b659310dd (diff) |
aubdump: Fix intel_aubdump -o <filename>
This looks like a mistake in 1f43677f895a88ae880b35f9b18cc7e6869d0ca6.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/intel_aubdump.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_aubdump.in b/tools/intel_aubdump.in index 343dc293..977fe951 100644 --- a/tools/intel_aubdump.in +++ b/tools/intel_aubdump.in @@ -48,7 +48,7 @@ while true; do case "$1" in -o) file=$2 - add_arg "file=${f:-$(basename ${f}).aub}" + add_arg "file=${file:-$(basename ${file}).aub}" shift 2 ;; -v) |