summaryrefslogtreecommitdiff
path: root/usr.bin/objformat/objformat.c
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-25 14:42:22 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-25 14:42:22 +0000
commit8d2cfc044cee21bc42295709185e4780a1b0f8fd (patch)
tree945227241d38805722f8be1131608f8a9fdf2f91 /usr.bin/objformat/objformat.c
parent7ac237e80fe2ec6e55e4240fa4a27f569f0ce572 (diff)
Notes
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 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) {