Adjust the error message as well.

This commit is contained in:
Tigran Aivazian
2012-10-24 23:24:54 +01:00
committed by Qingping Hou
parent 8245017078
commit c0cd31be6d

View File

@@ -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"