mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 22:45:27 +00:00
Formerly remote-cstms.c.~6~
This commit is contained in:
parent
50cd0d5a12
commit
bc1770c035
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ start_remote_job (argv, envp, stdin_fd, is_remote, id_ptr, used_stdin)
|
|||
/* Find the current directory. */
|
||||
if (getcwd (cwd, GET_PATH_MAX) == 0)
|
||||
{
|
||||
#ifndef GETCWD_MISSING
|
||||
#ifdef HAVE_GETCWD
|
||||
perror_with_name ("exporting: getcwd: ", "");
|
||||
#else
|
||||
error ("exporting: getwd: %s", cwd);
|
||||
|
|
Loading…
Reference in a new issue