aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/objformat/objformat.c
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-27 07:59:37 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-27 07:59:37 +0000
commitdfd93f4d1d0ead021af3bac3304d66fe68612135 (patch)
tree6b4a573a4723c8218828520e4baf555614fd9ddc /usr.bin/objformat/objformat.c
parent3081c7cd687f477a92c0affcc7543a9e3d13e7ff (diff)
downloadsrc-dfd93f4d1d0ead021af3bac3304d66fe68612135.tar.gz
src-dfd93f4d1d0ead021af3bac3304d66fe68612135.zip
Compile & use objformat as it was intended to, I have no idea why
that failed for me before :(
Notes
Notes: svn path=/head/; revision=36408
Diffstat (limited to 'usr.bin/objformat/objformat.c')
-rw-r--r--usr.bin/objformat/objformat.c2
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) {