Changeset 957 for trunk/bin


Ignore:
Timestamp:
Dec 6, 2009, 4:58:28 PM (14 years ago)
Author:
Peter Johansson
Message:

refs #380. extended test and fixed detected bug in cmd opt parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest-copy-cache.as

    r924 r957  
    7171          ],
    7272          [--target=*], [targetdir=$optarg; shift],
    73           [--verbose | -v], [cp_options=-v; shift],
     73          [--verbose | -v], [cp_options=-v;],
    7474          [AS_ERROR([unknown option \`$1' ${as_nl}Try \`$as_me --help'],[1])
    7575          ]
     
    9797
    9898# Do the actual copying
    99 echo find files
    10099files=`cd $rootdir && find . -name "*.svndigest-cache"`
    101100for file in $files; do
Note: See TracChangeset for help on using the changeset viewer.