summaryrefslogtreecommitdiffstats
path: root/test/bashisms/535368.mk
blob: adba007efd25090e1402070aff1462734aa4794a (plain)
1
2
3
4
5
6
#!/usr/bin/make -f

foo:
	if [ "$$(< $(DEBIAN)/foo md5sum)" != "$$(cat $(DEBIAN)/foo.md5)" ] ; then \
	    echo moo; \
	fi