From: Roland McGrath Date: Wed, 16 Feb 1994 21:13:16 +0000 (+0000) Subject: Formerly main.c.~105~ X-Git-Tag: 3.70.2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e1432e250e2a78b07a65585534323bc0e045c4f;p=platform%2Fupstream%2Fmake.git Formerly main.c.~105~ --- diff --git a/main.c b/main.c index 9e42ff6..ccc57da 100644 --- a/main.c +++ b/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)