Lines Matching refs:path
25 path=""33 path="${path}/$d"34 if test ! -d "${path}" ; then35 mkdir ${path}37 echo "Failed to create directory: ${path}"40 chmod ${mode} ${path}64 ## determine path to (optional) Perl interpreter68 path=`echo $PATH | sed -e 's/:/ /g'`71 for dir in ${path} ; do