Fix -e
This commit is contained in:
parent
9076202d5f
commit
72e2136ceb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ md2: ${OBJ}
|
||||||
t/%:
|
t/%:
|
||||||
@mkdir -p t
|
@mkdir -p t
|
||||||
@echo
|
@echo
|
||||||
@echo -e "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}"
|
@echo "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}"
|
||||||
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
|
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
|
||||||
@echo "${BLUE}=== done ===${NC}"
|
@echo "${BLUE}=== done ===${NC}"
|
||||||
@echo
|
@echo
|
||||||
|
|
Loading…
Reference in a new issue