mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly main.c.~105~
This commit is contained in:
parent
015d472119
commit
8e1432e250
1 changed files with 3 additions and 3 deletions
6
main.c
6
main.c
|
@ -454,9 +454,6 @@ main (argc, argv, envp)
|
|||
/* Initialize the directory hashing code. */
|
||||
init_dir ();
|
||||
|
||||
/* Set up to access user data (files). */
|
||||
user_access ();
|
||||
|
||||
/* Figure out where this program lives. */
|
||||
|
||||
if (argv[0] == 0)
|
||||
|
@ -472,6 +469,9 @@ main (argc, argv, envp)
|
|||
++program;
|
||||
}
|
||||
|
||||
/* Set up to access user data (files). */
|
||||
user_access ();
|
||||
|
||||
/* Figure out where we are. */
|
||||
|
||||
if (getcwd (current_directory, GET_PATH_MAX) == 0)
|
||||
|
|
Loading…
Reference in a new issue