sh-leading-at.mk revision 1.4
11.4Srillig# $NetBSD: sh-leading-at.mk,v 1.4 2020/11/09 20:57:36 rillig Exp $
21.1Srillig#
31.2Srillig# Tests for shell commands preceded by an '@', to suppress printing
41.2Srillig# the command to stdout.
51.1Srillig
61.1Srilligall:
71.3Srillig	@
81.3Srillig	@echo 'ok'
91.3Srillig	@ echo 'space after @'
101.3Srillig	echo 'echoed'
111.4Srillig	# The leading '@' can be repeated.
121.4Srillig	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
131.4Srillig	@@@echo '3'
14