mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
debugger.mk: Fix attach target
This commit is contained in:
parent
3a5fb6472e
commit
e6a2ccb820
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ifeq ($(CORE_DUMPER),)
|
|||
CORE_DUMPER = $(EXE_PATH)
|
||||
endif
|
||||
|
||||
PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /$(SED)/ d" | awk '{print $$2}')
|
||||
PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /sed/ d" | awk '{print $$2}')
|
||||
|
||||
all:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue