summaryrefslogtreecommitdiff
path: root/default.do
blob: 4ddfd9769b924c9e70c88840dad91faaf8695737 (plain)
1
2
3
4
5
if test -f $2.st
then
    deps=$( { shelter.sh $2.st >$2; } 3>&1)
    redo-ifchange ${deps}
fi