misc/bmprepare.rc: fix

This commit is contained in:
Michael Teichgräber 2011-07-04 18:48:03 +02:00
parent 07c1f008bc
commit 261d8c904a

View File

@ -21,11 +21,13 @@ fn updatetree{ # hg-id dir hg-url make-target
~ 0 0 ~ 0 0
} }
test -f portid
test -f previd
echo '*' prepare original c-based peg-markdown ($portid) id=`{cat portid}
echo '*' prepare original c-based peg-markdown $id
updatetree $id ,,pmd git://github.com/jgm/peg-markdown.git ()
updatetree `{cat portid} ,,pmd git://github.com/jgm/peg-markdown.git () id=`{cat previd}
echo '*' prepare "previous version" $id
echo '*' prepare "previous version" ($previd) updatetree $id ,,prevmd . all
updatetree `{cat previd} ,,prevmd . all