# abort - Abort and exit the top csh script.
#
# Version 1.3
#
# Pre:
#    admin_dir - directory containing administration scripts
#
# This routine is sourced from csh.
#
# It uses the following utility scripts:
#   exit - exit the top csh script
#
# Copyright (c) 1995 by
#
#    Confluent, Inc.
#    400 Spear St., Suite 207
#    San Francisco, CA 94105
#
# Voice: 415-764-1000
# Fax: 415-764-1008
# Internet: info@confluent.com
#
# Created: 950116 - jag

echo "Aborting."

# Exit from the top csh script.
source $admin_dir/exit
