Make sure getting the nethack score path always uses the nethack binary (not my shell function)
This commit is contained in:
parent
9f7f0f84c3
commit
0010e65428
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ DEPLOY_LOCATION=$(DEPLOY_USER)@$(DEPLOY_HOSTNAME):$(DEPLOY_PATH)
|
|||
|
||||
HOSTNAME=$(shell hostname -s)
|
||||
|
||||
NETHACK_LOGFILE=$(shell nethack --showpaths | grep scoredir | sed 's/.*"\(.*\)".*/\1/g')/logfile
|
||||
NETHACK_LOGFILE=$(shell command nethack --showpaths | grep scoredir | sed 's/.*"\(.*\)".*/\1/g')/logfile
|
||||
NETHACK_LOGFILE_DATA_FILE=data/nethack/logfile/$(HOSTNAME).json
|
||||
|
||||
.PHONY: site deploy clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue