summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-17 17:31:59 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-17 17:31:59 +0000
commitcb5f5af3e064bdc4df0430305632db96551d5fa3 (patch)
tree8e738526c2a20e4bcc622fda60d570c10d7b8fd0 /usr.bin/make
parentd8dcadaeb6502770e772e80b4e14b0afb3fcb9d5 (diff)
downloadFreeBSD-src-cb5f5af3e064bdc4df0430305632db96551d5fa3.zip
FreeBSD-src-cb5f5af3e064bdc4df0430305632db96551d5fa3.tar.gz
Use pwd instead of cwd in backticks. cwd in backticks doesn't do
anything useful in a Bourne shell. PR: 19980 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index fea9a27..48f5f93 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -469,7 +469,7 @@ The following directories are tried in order:
.Pp
.Bl -enum -compact
.It
-${MAKEOBJDIRPREFIX}/`cwd`
+${MAKEOBJDIRPREFIX}/`pwd`
.It
${MAKEOBJDIR}
.It
@@ -477,7 +477,7 @@ obj.${MACHINE}
.It
obj
.It
-/usr/obj/`cwd`
+/usr/obj/`pwd`
.El
.Pp
The first directory that
OpenPOWER on IntegriCloud