plan9port/src/cmd/mk/mkfile.test
2005-01-13 04:49:19 +00:00

12 lines
123 B
Text

MKSHELL=$PLAN9/bin/rc
use-rc:V:
for(i in a b c)
echo $i
MKSHELL=/bin/sh
use-sh:V:
for i in a b c
do
echo $i
done