fix stderr redirection
This commit is contained in:
@@ -57,7 +57,7 @@ ifdef QUIET
|
|||||||
PQ = "QUIET=1"
|
PQ = "QUIET=1"
|
||||||
PD = --no-print-directory
|
PD = --no-print-directory
|
||||||
ifndef CMD_EXE
|
ifndef CMD_EXE
|
||||||
CATERR = 2> ../wrk/common/$$@.errlog || (cat ../wrk/common/$$@.errlog && false)
|
CATERR = 2> $@.errlog || (cat $@.errlog && false)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user