INNER CODE UNIT · Java

PATH

oracle/coherence · bin/cfgcommon.sh:152

    PATH=$MAVEN_HOME/bin:$PATH
    export MAVEN_HOME
    echo MAVEN_HOME = $MAVEN_HOME
  fi

  #
  # Set the P4IGNORE environment variable
  #
  _P4IGNORE=$P4IGNORE
  if [ -f $DEV_ROOT/.p4ignore ]; then
    P4IGNORE=$DEV_ROOT/.p4ignore
    export P4IGNORE
    echo P4IGNORE = $P4IGNORE
  fi

  #
  # Add the RQ executables to the PATH environment variable
  #

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…