Searched refs:my_directory_path (Results 1 – 1 of 1) sorted by relevance
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then518 case $my_directory_path in519 -*) my_directory_path="./$my_directory_path" ;;523 while test ! -d "$my_directory_path"; do526 my_dir_list="$my_directory_path:$my_dir_list"529 case $my_directory_path in */*) ;; *) break ;; esac532 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`547 test -d "$my_directory_path" || \