Searched refs:_G_directory_path (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Dltmain.sh734 _G_directory_path=$1
737 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
740 case $_G_directory_path in
741 -*) _G_directory_path=./$_G_directory_path ;;
745 while test ! -d "$_G_directory_path"; do
748 _G_dir_list=$_G_directory_path:$_G_dir_list
751 case $_G_directory_path in */*) ;; *) break ;; esac
754 _G_directory_path=`$ECHO "$_G_directory_path" |
[all...]

Completed in 23 milliseconds