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
When trying to decompress an archive, the text output of each line is duplicated.
Current Behavior
$ ouch d nvidia-utils-515.65.01-2-x86_64.pkg.tar.zst -d nvidia-utils
[INFO] directory nvidia-utils created.directory nvidia-utils created.
[INFO] Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.
[INFO] Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.
[INFO] Successfully decompressed archive in nvidia-utils.Successfully decompressed archive in nvidia-utils.
[INFO] Files unpacked: 219Files unpacked: 219
Expected Behavior
$ ouch d nvidia-utils-515.65.01-2-x86_64.pkg.tar.zst -d nvidia-utils
[INFO] directory nvidia-utils created.
[INFO] Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.
[INFO] Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.
[INFO] Successfully decompressed archive in nvidia-utils.
[INFO] Files unpacked: 219
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Version
bda6c27 (main branch)
Description
When trying to decompress an archive, the text output of each line is duplicated.
Current Behavior
Expected Behavior
Additional Information
No response
The text was updated successfully, but these errors were encountered: