- Timestamp:
- Dec 1, 2009, 1:38:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest-copy-cache.as
r923 r924 34 34 -r --root=ROOT svn wc cache is copied from 35 35 -t, --target=TARGET svn wc cache is copied to 36 -v, --verbose explain what is being done 36 37 --version print version and exit 37 38 … … 70 71 ], 71 72 [--target=*], [targetdir=$optarg; shift], 73 [--verbose | -v], [cp_options=-v; shift], 72 74 [AS_ERROR([unknown option \`$1' ${as_nl}Try \`$as_me --help'],[1]) 73 75 ] … … 111 113 AS_IF([test -d "$targetdir/$grandma"], [ 112 114 AS_MKDIR_P(["$targetdir/$mother"]) 113 cp -v"$rootdir/$file" "$targetdir/$file" || AS_EXIT([1])115 cp $cp_options "$rootdir/$file" "$targetdir/$file" || AS_EXIT([1]) 114 116 ], [ 115 117 AS_ERROR([$targetdir/$grandma: No such directory], [1])
Note: See TracChangeset
for help on using the changeset viewer.