[glibmm/gmmproc-refactor] Fix some bugs in gmmproc.in.



commit 8730ec2b0a7ba435f5662e4d0d592db413e7b9e2
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jun 6 04:34:45 2012 +0200

    Fix some bugs in gmmproc.in.

 tools/gmmproc.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/gmmproc.in b/tools/gmmproc.in
index 6f6e5ae..db310ca 100644
--- a/tools/gmmproc.in
+++ b/tools/gmmproc.in
@@ -124,7 +124,7 @@ sub main ()
     'gir|r=s' => \$gir_basename,
     'include|i=s@' => \$include_paths,
     'debug|g' => \$debug,
-    'mm-module|m=s' => \$mm_module
+    'mm-module|m=s' => \$mm_module,
     '<>' => sub { add_file_to_list ($templates, shift); }
   );
 
@@ -149,7 +149,7 @@ sub main ()
     $gmmproc->set_source_dir ($source_dir);
     $gmmproc->set_destination_dir ($destination_dir);
 
-    for my $template (@{$templates_a_r})
+    for my $template (@{$templates})
     {
       $gmmproc->add_base ($template);
     }



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