sh-leading-at.mk revision 1.3
11.3Srillig# $NetBSD: sh-leading-at.mk,v 1.3 2020/08/22 09:16:08 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' 11