Major coreutils update.
This commit is contained in:
@@ -40,7 +40,7 @@ xgetcwd (char *cwd)
|
||||
|
||||
if (ret == NULL) {
|
||||
free (cwd);
|
||||
perror_msg("getcwd()");
|
||||
bb_perror_msg("getcwd()");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user