diff options
-rwxr-xr-x | tools/sfsnapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 34c5795c..7b44adcc 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot @@ -29,6 +29,7 @@ function make_dist { cd $IN/$cvs_rel if [[ -d $PROJECT ]] ; then cd $PROJECT + rm configure.in cvs update -r $cvs_rel else cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug |