Lines Matching refs:dst_arg
82 dst_arg=
144 dst_arg=$2
146 case $dst_arg in
147 -* | [=\(\)!]) dst_arg=./$dst_arg;;
170 if test -n "$dst_arg"; then
182 if test -n "$dst_arg"; then
184 set fnord "$@" "$dst_arg"
188 dst_arg=$arg
190 case $dst_arg in
191 -* | [=\(\)!]) dst_arg=./$dst_arg;;
208 if test ! -d "$dst_arg"; then
209 echo "$0: $dst_arg: Is not a directory." >&2
268 if test -z "$dst_arg"; then
272 dst=$dst_arg
277 echo "$0: $dst_arg: Is a directory" >&2