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

  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 23 local READLINK=readlink
25 # readlink in darwin can't handle -f. Use greadlink from MacPorts instead.
26 READLINK=greadlink
28 if [ $(which $READLINK) ] ; then
29 RESULT=$($READLINK -f "$RESULT")
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 23 local READLINK=readlink
25 # readlink in darwin can't handle -f. Use greadlink from MacPorts instead.
26 READLINK=greadlink
28 if [ $(which $READLINK) ] ; then
29 RESULT=$($READLINK -f "$RESULT")

Completed in 23 milliseconds