missing line continuation backslash

This commit is contained in:
Andreas Gustafsson
2000-11-22 19:03:20 +00:00
parent 0f8a8f4552
commit 64cd7ee717

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: kit.sh,v 1.8 2000/09/29 17:14:32 gson Exp $
# $Id: kit.sh,v 1.9 2000/11/22 19:03:20 gson Exp $
# Make a release kit
#
@@ -92,7 +92,7 @@ sh util/sanitize_all.sh
# Omit some files and directories from the kit.
rm -rf TODO conftools util doc/design doc/dev doc/expired \
doc/html doc/todo doc/private bin/lwresd doc/man/ctoman
doc/html doc/todo doc/private bin/lwresd doc/man/ctoman \
doc/man/isc doc/man/lwres doc/man/bin/resolver.5
find . -name .cvsignore -print | xargs rm