diff options
author | наб <[email protected]> | 2021-04-07 16:55:40 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-11 11:55:58 -0700 |
commit | ea4541e4c6c1bcd629d3d335e33b97fb94f3be38 (patch) | |
tree | eb895b207e429c7ff85a93a8f76bbd141782ed67 | |
parent | a631283b745efc8354ad680b3a3c1f7bff38c4f8 (diff) |
zstreamdump: exec zstream dump
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Pavel Zakharov <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11859
-rwxr-xr-x | cmd/zstreamdump/zstreamdump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zstreamdump/zstreamdump b/cmd/zstreamdump/zstreamdump index fbf02ee68..17f1aa4b2 100755 --- a/cmd/zstreamdump/zstreamdump +++ b/cmd/zstreamdump/zstreamdump @@ -1,3 +1,3 @@ #!/bin/sh -zstream dump "$@" +exec zstream dump "$@" |