[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#515054: No images to process...



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





Reply to: