diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 10:23:49 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 10:23:49 -0300 |
| commit | 5df56e1704077176c0b8b87de850b33447fbbdbf (patch) | |
| tree | 7174730e88a09dc09abccbd49ce9fe46400bc0fa | |
| parent | 908bb1e56cacdac407a19e2aff37deaf1870ef5f (diff) | |
| download | metadot-5df56e1704077176c0b8b87de850b33447fbbdbf.tar.gz metadot-5df56e1704077176c0b8b87de850b33447fbbdbf.tar.bz2 | |
Minor fix
| -rwxr-xr-x | metadot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
