mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
build: Fix typo in canonicalize-path*.
This is a fix up following commit c4298638ca.
* gnu/build/activation.scm (canonicalize-path*): Replace warning-error-port
with current-warning-port.
Reported-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I6ead2f0b529552c88cdf1676e6129d6d3474b099
This commit is contained in:
parent
7c6d8a6224
commit
f39c3775b3
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ they already exist."
|
|||
EINVAL, ELOOP, etc."
|
||||
(or (false-if-exception (canonicalize-path file))
|
||||
(begin
|
||||
(format (warning-error-port)
|
||||
(format (current-warning-port)
|
||||
"warning: could not canonicalize file `~a'; using as-is~%"
|
||||
file)
|
||||
file)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue