Skip to content

Commit

Permalink
Command line parm now base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Janet B. Anderson committed Jun 25, 1996
1 parent 28c4ce8 commit 0a824f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MakeRelease
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0a824f8

Please sign in to comment.