Closed kcwu closed 9 years ago
Looks like cwtriage require @@ be a full string of one argument. But sometimes the filename is only part of argument string. For example,
$ cwtriage -root . -match crashes.\*id -- dd if=@@ of=/dev/null 2015/08/17 21:08:10 Unable to create Crashwalk: no substitute markers ( @@ ) in supplied command
"dd" is just an example
Could you also expand @@ inside argument string? Thanks
@kcwu I have implemented this in master, but I don't have an easy way to test it. Give it a spin and let me know if this is OK to close?
OK, poke me if it still doesn't work for you. :)
Looks like cwtriage require @@ be a full string of one argument. But sometimes the filename is only part of argument string. For example,
"dd" is just an example
Could you also expand @@ inside argument string? Thanks