sh-leading-at.mk revision 1.4
1# $NetBSD: sh-leading-at.mk,v 1.4 2020/11/09 20:57:36 rillig Exp $ 2# 3# Tests for shell commands preceded by an '@', to suppress printing 4# the command to stdout. 5 6all: 7 @ 8 @echo 'ok' 9 @ echo 'space after @' 10 echo 'echoed' 11 # The leading '@' can be repeated. 12 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 13 @@@echo '3' 14