diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 02:02:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 02:02:43 (GMT) |
commit | c8ba525d6a1f040cb439f3a963cdb32c36c8f2a8 (patch) | |
tree | aa8e028614fe76a4ec6f74b77bf432d3b3ba08c7 /tools | |
parent | 8b6d3138337997b266720518c7b0dfd42462f482 (diff) | |
download | monitoring-plugins-c8ba525d6a1f040cb439f3a963cdb32c36c8f2a8.tar.gz |
Need to remove configure.in
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@383 f882894a-f735-0410-b71e-b25c423dba1c
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 |