Package: galrey
Version: 1.0.2-3

Symptom:
galrey exits with "No images to process..."

Cause:
the single quote in line 143 (
@files = glob("'$c_imagespath'"."/".$c_pattern);
) yield an empty array.

Elementary form:
try
perl -e "print glob(\"'.'/*\");"
vs.
perl -e "print glob(\"./*\");"

Environment:
* perl v5.10.0
* lenny





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to