Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gzip decompresses on stdout: the redirection does not work #26

Closed
epaul13 opened this issue Nov 16, 2021 · 1 comment
Closed

gzip decompresses on stdout: the redirection does not work #26

epaul13 opened this issue Nov 16, 2021 · 1 comment

Comments

@epaul13
Copy link

epaul13 commented Nov 16, 2021

On Ubuntu 18.04, bash 4.4.20. With proxmox 6.4 iso (gzip)

It works if I replace:

$decompress || exit 4

with

eval $decompress || exit 4

@epaul13 epaul13 changed the title gzip decompresses on stdout : the redirection does not work gzip decompresses on stdout: the redirection does not work Nov 16, 2021
@jgonyea
Copy link

jgonyea commented Dec 22, 2021

Centos7 for proxmox 6.4 also outputs to the stdout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants