diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
![]() |
index : hackers | |
Unnamed repository; edit this file 'description' to name the repository. | Parabola git mirror |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -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: |