fixed too many partial CDS bug
Former-commit-id: d733a46f4e92f755f38e452f03a28062de6739f1 Former-commit-id: 36bdc324d2b9a0491d07d40a7e68a4cf7ea73984
This commit is contained in:
@ -44,11 +44,11 @@ if ($?ORG_SOURCED == 0) then
|
||||
setenv PROG_DIR `dirname $0` # Directory containing
|
||||
setenv PROG_DIR `cd $PROG_DIR && pwd -P` # the main script file
|
||||
|
||||
if (-d "$PROG_DIR/../lib") then
|
||||
setenv LIB_DIR "$PROG_DIR/../lib" # Directory containing
|
||||
if (-d "$PROG_DIR/lib") then
|
||||
setenv LIB_DIR "$PROG_DIR/lib" # Directory containing
|
||||
setenv LIB_DIR `cd $LIB_DIR && pwd -P` # the main script libraries
|
||||
else if (-d "$PROG_DIR/lib") then
|
||||
setenv LIB_DIR "$PROG_DIR/lib" # alternate location
|
||||
else if (-d "$PROG_DIR/../lib") then
|
||||
setenv LIB_DIR "$PROG_DIR/../lib" # alternate location
|
||||
setenv LIB_DIR `cd $LIB_DIR && pwd -P` #
|
||||
else
|
||||
setenv LIB_DIR "$PROG_DIR" # alternate location
|
||||
|
Reference in New Issue
Block a user