/[soft]/mgatools/trunk/functions
ViewVC logotype

Diff of /mgatools/trunk/functions

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1706 by boklm, Wed Jun 22 22:53:34 2011 UTC revision 1707 by boklm, Wed Jun 22 23:05:55 2011 UTC
# Line 31  function inlist() Line 31  function inlist()
31  function update_hdlist()  function update_hdlist()
32  {  {
33      repository="$1"      repository="$1"
34      /usr/bin/genhdlist2 -v --versioned --allow-empty-media --file-deps "$repository/../../media_info/file-deps" "$repository"      fdeps="$repository/../../media_info/file-deps"
35        test -f "$fdeps" && ofdeps="--file-deps $fdeps"
36        /usr/bin/genhdlist2 -v --versioned --allow-empty-media $ofdeps "$repository"
37  }  }
38    
39  function update_common_MD5SUM()  function update_common_MD5SUM()

Legend:
Removed from v.1706  
changed lines
  Added in v.1707

  ViewVC Help
Powered by ViewVC 1.1.30