diff options
Diffstat (limited to 'test/bashisms/shell-vars.mk')
-rw-r--r-- | test/bashisms/shell-vars.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/bashisms/shell-vars.mk b/test/bashisms/shell-vars.mk new file mode 100644 index 0000000..54b71cb --- /dev/null +++ b/test/bashisms/shell-vars.mk @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +foo: + read foo bar | echo $$foo and $$bar + echo my pid: $$$$ |