diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sfsnapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 34c5795..7b44adc 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot | |||
@@ -29,6 +29,7 @@ function make_dist { | |||
29 | cd $IN/$cvs_rel | 29 | cd $IN/$cvs_rel |
30 | if [[ -d $PROJECT ]] ; then | 30 | if [[ -d $PROJECT ]] ; then |
31 | cd $PROJECT | 31 | cd $PROJECT |
32 | rm configure.in | ||
32 | cvs update -r $cvs_rel | 33 | cvs update -r $cvs_rel |
33 | else | 34 | else |
34 | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug | 35 | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug |