]> gitweb.fluxo.info Git - metadot.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 13:23:49 +0000 (10:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 13:23:49 +0000 (10:23 -0300)
metadot

diff --git a/metadot b/metadot
index 4e16b6de795d3c97cd1071f9dec87f8592255722..6991efe6c169a1aec0a08859182d2157f4d4571a 100755 (executable)
--- a/metadot
+++ b/metadot
@@ -231,7 +231,7 @@ function metadot_process_bundle {
     exit 1
   fi
 
-  cat $DOT/bundles/bundle | while read item; do
+  cat $DOT/bundles/$bundle | while read item; do
     option="`echo $OPT | sed -e 's|-bundle||g'`"
 
     if grep -q "^bundles/" $item; then