From 45bcc6aaaf3a3bedd7d72958353f8b983ddbd5e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 1 Jan 2025 08:48:27 +0000 Subject: [PATCH] pwd: fix erroneous leading slash on some systems * gnulib: Pull in the fix to getcwd() from gnulib. * NEWS: Mention the fix. --- NEWS | 4 ++++ gnulib | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fff58de819..c4f4182cdd 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,10 @@ GNU coreutils NEWS -*- outline -*- and fails instead of silently succeeding. [This bug was present in "the beginning".] + pwd no longer outputs an erroneous double slash on systems + where the system getcwd() was completely replaced. + [bug introduced in coreutils-9.2] + 'shuf' generates more-random output when the output is small. [bug introduced in coreutils-8.6] diff --git a/gnulib b/gnulib index c08abe38eb..cbe5f76835 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit c08abe38ebc2cfd8e0901230f48374d632e95868 +Subproject commit cbe5f768350abc89d988ab489dc89d2fd64772fd -- 2.47.3