diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-05-25 14:42:22 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-05-25 14:42:22 +0000 |
| commit | 8d2cfc044cee21bc42295709185e4780a1b0f8fd (patch) | |
| tree | 945227241d38805722f8be1131608f8a9fdf2f91 /usr.bin/objformat/objformat.c | |
| parent | 7ac237e80fe2ec6e55e4240fa4a27f569f0ce572 (diff) | |
Notes
Diffstat (limited to 'usr.bin/objformat/objformat.c')
| -rw-r--r-- | usr.bin/objformat/objformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index 92440d642637..d3535480582e 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -138,7 +138,7 @@ main(int argc, char **argv) /* 'make world' glue */ objformat_path = getenv("OBJFORMAT_PATH"); if (objformat_path == NULL) - objformat_path = "/usr/libexec"; + objformat_path = ROOTDIR; path = strdup(objformat_path); if (objformat_aout) { |
