On 06/10/16 10:09, Petri Latvala wrote:
On Wed, Oct 05, 2016 at 11:48:26PM +0100, Lionel Landwerlin wrote:
- -o*)
- file=${1##-o}
- shift
- ;;
This breaks using -ofilename without spaces.
Oh right, I didn't realize that was an acceptable input.
L
On Wed, Oct 05, 2016 at 11:48:26PM +0100, Lionel Landwerlin wrote:
> - -o*)
> - file=${1##-o}
> - shift
> - ;;
This breaks using -ofilename without spaces.
--
Petri Latvala
___
Intel-gfx mailing list
Intel-gfx@lists
From: Lionel Landwerlin
Signed-off-by: Lionel Landwerlin
Cc: Sirisha Gandikota
---
tools/intel_aubdump.in | 4
1 file changed, 4 deletions(-)
diff --git a/tools/intel_aubdump.in b/tools/intel_aubdump.in
index feee23a..3666b6e 100644
--- a/tools/intel_aubdump.in
+++ b/tools/intel_aubdump.