mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Adjust the error message as well.
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user