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

Lines Matching full:echo

45 # set DOITPROG to echo to test this script
112 --help) echo "$usage"; exit $?;;
137 --version) echo "$0 $scriptversion"; exit $?;;
159 echo "$0: no input file specified." >&2
189 echo "$0: $src does not exist." >&2
194 echo "$0: no destination specified." >&2
208 echo "$0: $dstarg: Is a directory" >&2
216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
298 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2