Skip to content

Commit

Permalink
Suppress echoing the echo command.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Sep 4, 2021
1 parent c88e722 commit ba26326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ unicode/EastAsianWidth.txt:
distfiles: ${DISTFILES}

echo_distfiles:
echo ${DISTFILES}
@echo ${DISTFILES}

dist: ${DISTFILES}
if [ ! -d ${srcdir}/release ]; then mkdir ${srcdir}/release; fi
Expand Down

0 comments on commit ba26326

Please sign in to comment.