1
0
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:
Jim Meyering
2005-06-14 08:48:13 +00:00
parent 3b6523f00a
commit 1fbdda3dc2
+1 -1
View File
@@ -64,7 +64,7 @@
free_cwd (&cwd); \
errno = _saved_errno; \
*different_working_dir = true; \
return false; \
return true; \
} \
free_cwd (&cwd); \
} \