From 2772c2fa2d51de376d84dd3674c7c0214f570469 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 1 May 2018 19:47:08 +0200 Subject: Use the `pwd` tool that is in the path rather than `/bin/pwd`. --- make/template/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/template/main.mk') diff --git a/make/template/main.mk b/make/template/main.mk index f3f2c3cc5..7e48b01d0 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -114,7 +114,7 @@ FOOTER = finishmessage MAKEFLAGS += --no-print-directory -SOURCEPATH = $(shell /bin/pwd) +SOURCEPATH = $(shell pwd) ifndef INSPIRCD_VERBOSE MAKEFLAGS += --silent -- cgit v1.2.3