You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: