Adjust the error message as well.

pull/2/merge
Tigran Aivazian 12 years ago committed by Qingping Hou
parent 8245017078
commit c0cd31be6d

@ -68,7 +68,7 @@ for ((i=1 ; i <= $numargs ; i++))
do
fullname=$(readlink -f "$1")
if [ ! -r "$fullname" ] ; then
echo "$progname: file \"$fullname\" does not exist" >&2
echo "$progname: cannot access the file \"$fullname\"" >&2
usage
fi
infiles[$infcount]="$fullname"

Loading…
Cancel
Save