From 9c810e8b3d142a03abbf5ed851146328fb4ed482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 11 Nov 2012 20:57:42 -0300 Subject: Get the real pwd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1a7bef..06be006 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ USER=git # The git-shell path GIT_SHELL=/usr/bin/git-shell # The hacking.git clone -HACKERS=$(PWD) +HACKERS=$(shell pwd) # Create the user user: -- cgit v1.2.2