Lines Matching refs:dst_arg
87 dst_arg=
164 dst_arg=$2
166 case $dst_arg in
167 -* | [=\(\)!]) dst_arg=./$dst_arg;;
190 if test -n "$dst_arg"; then
202 if test -n "$dst_arg"; then
204 set fnord "$@" "$dst_arg"
208 dst_arg=$arg
210 case $dst_arg in
211 -* | [=\(\)!]) dst_arg=./$dst_arg;;
228 if test ! -d "$dst_arg"; then
229 echo "$0: $dst_arg: Is not a directory." >&2
292 if test -z "$dst_arg"; then
296 dst=$dst_arg
301 echo "$0: $dst_arg: Is a directory" >&2