Home | History | Annotate | Download | only in libvorbis

Lines Matching refs:my_directory_path

309     my_directory_path="$1"
312 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
315 case $my_directory_path in
316 -*) my_directory_path="./$my_directory_path" ;;
320 while test ! -d "$my_directory_path"; do
323 my_dir_list="$my_directory_path:$my_dir_list"
326 case $my_directory_path in */*) ;; *) break ;; esac
329 my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
344 test -d "$my_directory_path" || \