search for: 4bdccfb

Displaying 1 result from an estimated 1 matches for "4bdccfb".

Did you mean: 49dccfe
2016 Feb 25
1
[PATCH] fish: Set program name correctly for virt-{copy, tar}-{in, out} programs.
...quot;. However I tested it on the installed copy and it worked there. --- fish/virt-copy-in | 2 +- fish/virt-copy-out | 2 +- fish/virt-tar-in | 2 +- fish/virt-tar-out | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fish/virt-copy-in b/fish/virt-copy-in index d1be1b2..4bdccfb 100755 --- a/fish/virt-copy-in +++ b/fish/virt-copy-in @@ -24,4 +24,4 @@ for arg in $@; do esac done -exec guestfish --rw -i copy-in "$@" +exec -a "$0" guestfish --rw -i copy-in "$@" diff --git a/fish/virt-copy-out b/fish/virt-copy-out index 2648a4d..ff69388 10...