From dfd93f4d1d0ead021af3bac3304d66fe68612135 Mon Sep 17 00:00:00 2001 From: Søren Schmidt Date: Wed, 27 May 1998 07:59:37 +0000 Subject: Compile & use objformat as it was intended to, I have no idea why that failed for me before :( --- usr.bin/objformat/objformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/objformat/objformat.c') diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index d3535480582ea..92440d6426371 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) { -- cgit v1.3