bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28158: gunzip expects gzip to be in the PATH


From: Ricardo Wurmus
Subject: bug#28158: gunzip expects gzip to be in the PATH
Date: Sun, 20 Aug 2017 13:57:22 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

The “gzip” package provides “gunzip”, a simple wrapper script that calls
“gzip”.  However, it calls “gzip” unqualified, so the “gzip” executable
must be on the PATH for gunzip to work.

The fix is to replace “gzip” on the line

    exec gzip -d "$@"

in “gunzip.in” with the full path to the “gzip” binary.

This should be done in the next core-updates cycle.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net






reply via email to

[Prev in Thread] Current Thread [Next in Thread]