Home | History | Annotate | Download | only in build-aux

Lines Matching refs:dst_arg

97 dst_arg=
158 -t) dst_arg=$2
160 case $dst_arg in
161 -* | [=\(\)!]) dst_arg=./$dst_arg;;
180 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
186 if test -n "$dst_arg"; then
188 set fnord "$@" "$dst_arg"
192 dst_arg=$arg
194 case $dst_arg in
195 -* | [=\(\)!]) dst_arg=./$dst_arg;;
263 if test -z "$dst_arg"; then
267 dst=$dst_arg
273 echo "$0: $dst_arg: Is a directory" >&2