HomeSort by relevance Sort by last modified time
    Searched refs:RELFWKBIN (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/BuildScript/scripts/
postflight.ensurepip 9 RELFWKBIN="../../..${FWK}/bin"
38 if [ "$(readlink -n ./$1)" = "${RELFWKBIN}/$1" ] ; then
42 if [ -e "${RELFWKBIN}/${fn}" ] ; then
44 ln -s "${RELFWKBIN}/${fn}" "./${fn}"
  /external/python/cpython3/Mac/BuildScript/scripts/
postflight.ensurepip 9 RELFWKBIN="../../..${FWK}/bin"
38 if [ "$(readlink -n ./$1)" = "${RELFWKBIN}/$1" ] ; then
42 if [ -e "${RELFWKBIN}/${fn}" ] ; then
44 ln -s "${RELFWKBIN}/${fn}" "./${fn}"

Completed in 211 milliseconds