mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-28 11:29:09 +02:00
(CLEANUP_CWD): Return *true*, not false when failing
to restore initial working directory.
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@
|
||||
free_cwd (&cwd); \
|
||||
errno = _saved_errno; \
|
||||
*different_working_dir = true; \
|
||||
return false; \
|
||||
return true; \
|
||||
} \
|
||||
free_cwd (&cwd); \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user