Searched refs:PWD (Results 1 – 6 of 6) sorted by relevance
81 PWD=`pwd`82 if [[ "${PWD}" == */system/bt ]]84 echo "Please edit ${PWD}/stack/include/bt_types.h next."
30 while [[ $PWD != / ]] ; do31 rc=$(find "$PWD" -maxdepth 1 "$@")
58 while [[ $PWD != / ]] ; do59 rc=$(find "$PWD" -maxdepth 1 "$@")
168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
50 python -c "import os.path; print os.path.relpath('$1', '$PWD')"