diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-05-27 07:59:37 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-05-27 07:59:37 +0000 |
| commit | dfd93f4d1d0ead021af3bac3304d66fe68612135 (patch) | |
| tree | 6b4a573a4723c8218828520e4baf555614fd9ddc /usr.bin/objformat/objformat.c | |
| parent | 3081c7cd687f477a92c0affcc7543a9e3d13e7ff (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 d3535480582e..92440d642637 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 = ROOTDIR; + objformat_path = "/usr/libexec"; path = strdup(objformat_path); if (objformat_aout) { |
