diff options
author | Roland McGrath <roland@redhat.com> | 1994-02-16 21:13:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-02-16 21:13:16 +0000 |
commit | 8e1432e250e2a78b07a65585534323bc0e045c4f (patch) | |
tree | 0cb32c6783b974cf9c2966329ae29cd2ac1fc38b | |
parent | 015d4721192aa93deea4a029c2e11aad3aa71f89 (diff) | |
download | gunmake-8e1432e250e2a78b07a65585534323bc0e045c4f.tar.gz |
Formerly main.c.~105~
-rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |