Command line parm now base dir

This commit is contained in:
Janet B. Anderson
1996-06-25 21:54:42 +00:00
parent 28c4ce844d
commit 0a824f8b40
+4 -3
View File
@@ -10,6 +10,9 @@
# [-b] - For fully built release
#
# $Log$
# Revision 1.6 1996/06/07 19:19:10 jba
# MakeRelease is now in release tar file.
#
# Revision 1.5 1996/03/04 21:03:48 jba
# epicsVersion.h now in src/include.
#
@@ -61,14 +64,12 @@
#
#
EPICS=${1};
if [ ! -d src ]; then
echo "Cannot find src directory, are you at the top of EPICS base ?"
exit 1
fi
cd $EPICS/base
FULLY_BUILT=NO
if [ "${2}" = "-b" ]; then
@@ -110,7 +111,7 @@ if [ -f ${RELS}.Tar* ];
# Create list of files and dirs to include in Tar file
cd $EPICS
cd ..
ls base/README* | xargs tar cvf ${RELS}.Tar