]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Use the `pwd` tool that is in the path rather than `/bin/pwd`.
authorPeter Powell <petpow@saberuk.com>
Tue, 1 May 2018 17:47:08 +0000 (19:47 +0200)
committerPeter Powell <petpow@saberuk.com>
Tue, 1 May 2018 17:47:08 +0000 (19:47 +0200)
make/template/main.mk

index f3f2c3cc5105ab6c1ef0dbf67092473b3048ddcf..7e48b01d0c1a5e94a30d25ece8e98825252fb5a4 100644 (file)
@@ -114,7 +114,7 @@ FOOTER = finishmessage
 
 MAKEFLAGS += --no-print-directory
 
-SOURCEPATH = $(shell /bin/pwd)
+SOURCEPATH = $(shell pwd)
 
 ifndef INSPIRCD_VERBOSE
   MAKEFLAGS += --silent