Home
last modified time | relevance | path

Searched refs:my_directory_path (Results 1 – 1 of 1) sorted by relevance

/external/libpng/
Dltmain.sh312 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" || \