mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 03:14:53 +08:00
Fix small issue in make help
This commit is contained in:
parent
23e5d20eed
commit
b38742c92c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ MOVE=mv
|
||||||
COPY=cp
|
COPY=cp
|
||||||
PATHSEP=/
|
PATHSEP=/
|
||||||
FLASH_TOOL=client/flasher
|
FLASH_TOOL=client/flasher
|
||||||
DETECTED_OS=UNAME
|
DETECTED_OS=$(UNAME)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue