- Timestamp:
- Dec 6, 2009, 4:58:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest-copy-cache.as
r924 r957 71 71 ], 72 72 [--target=*], [targetdir=$optarg; shift], 73 [--verbose | -v], [cp_options=-v; shift],73 [--verbose | -v], [cp_options=-v;], 74 74 [AS_ERROR([unknown option \`$1' ${as_nl}Try \`$as_me --help'],[1]) 75 75 ] … … 97 97 98 98 # Do the actual copying 99 echo find files100 99 files=`cd $rootdir && find . -name "*.svndigest-cache"` 101 100 for file in $files; do
Note: See TracChangeset
for help on using the changeset viewer.