From: Peter Powell Date: Tue, 1 May 2018 17:47:08 +0000 (+0200) Subject: Use the `pwd` tool that is in the path rather than `/bin/pwd`. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=2772c2fa2d51de376d84dd3674c7c0214f570469;hp=506344a903d3fa2fcb53f22a3a1c8174b1deb357;p=user%2Fhenk%2Fcode%2Finspircd.git Use the `pwd` tool that is in the path rather than `/bin/pwd`. --- 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