Message ID | 20161005224827.14000-1-lionel.g.landwerlin@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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. Let's drop this patch then. Thanks! - Lionel
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.in @@ -34,10 +34,6 @@ while true; do verbose=1 shift 1 ;; - -o*) - file=${1##-o} - shift - ;; --output=*) file=${1##--output=} shift