Lines Matching refs:_G_directory_path
875 _G_directory_path=$1
878 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
881 case $_G_directory_path in
882 -*) _G_directory_path=./$_G_directory_path ;;
886 while test ! -d "$_G_directory_path"; do
889 _G_dir_list=$_G_directory_path:$_G_dir_list
892 case $_G_directory_path in */*) ;; *) break ;; esac
895 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
910 test -d "$_G_directory_path" || \