diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2010-12-28 13:48:18 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2010-12-28 13:48:18 +0100 |
commit | 348bf7fda5a24f969183c4bca172fbffd9abeb25 (patch) | |
tree | 7fc085cc3c7283a6507a28130d605c5a4f12ce64 | |
parent | 52d454d2fc8746433776568855c56bd404486995 (diff) | |
download | vdradmin-am-348bf7fda5a24f969183c4bca172fbffd9abeb25.tar.gz vdradmin-am-348bf7fda5a24f969183c4bca172fbffd9abeb25.tar.bz2 |
There's no branch_3_6 any longer.
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ function do_dist() function do_cl() { [ -x $CVS2CL ] || Error "Missing $CVS2CL (http://www.red-bean.com/cvs2cl/)" - $CVS2CL --FSF --separate-header --no-wrap --no-times --tagdates --follow branch_3_6 --log-opts "-d>2006-07-08" + $CVS2CL --FSF --separate-header --no-wrap --no-times --tagdates --log-opts "-d>2006-07-08" } # check requirements. |