Portability change /bin/pwd changed to pwd.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
# Experimental Physics and Industrial Control System (EPICS)
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.6 1996/11/02 01:57:45 jhill
|
||||
# use correct form of #include
|
||||
#
|
||||
# Revision 1.5 1996/09/16 18:41:13 jhill
|
||||
# include shareLib.h
|
||||
#
|
||||
@@ -37,9 +40,9 @@
|
||||
|
||||
# Usage bldEnvData
|
||||
|
||||
HERE=`/bin/pwd`
|
||||
HERE=`pwd`
|
||||
cd $1
|
||||
CONFIG_DIR=`/bin/pwd`
|
||||
CONFIG_DIR=`pwd`
|
||||
cd ${HERE}
|
||||
SRC=../envDefs.h
|
||||
ENV_DATA=${CONFIG_DIR}/CONFIG_ENV
|
||||
|
||||
Reference in New Issue
Block a user