Index: galrey-1.0.2/galrey.pl
===================================================================
--- galrey-1.0.2.orig/galrey.pl	2010-03-20 00:05:15.280985319 +0530
+++ galrey-1.0.2/galrey.pl	2010-03-20 00:05:30.664490157 +0530
@@ -140,7 +140,7 @@
 
     print "Analyzing...\n";
     
-    @files = glob("'$c_imagespath'"."/".$c_pattern);
+    @files = glob("$c_imagespath"."/".$c_pattern);
 
     # Let's check: all the files must have the same extension (same type)
     $error = 0;
