Changeset 30329
- Timestamp:
- Jan 20, 2011, 3:13:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/magic_destreak.pl merged: 30328
r30321 r30329 194 194 # if recoveryroot is a nebulous path we ignore the actual path and put the files in the 195 195 # the same "directory" as the input files 196 $recoveryroot = $dirname; 196 $recoveryroot = "$dirname/REC_"; 197 $recovery_path_base = $recoveryroot . $basename; 197 198 } else { 198 # otherwise we put the files in recoveryroot. Regardless, we prefix the basename with 'REC_' 199 # otherwise we put the files in recoveryroot. 200 # Regardless, we prefix the basename with 'REC_' 199 201 $ipprc->outroot_prepare($recoveryroot); 200 }201 $recovery_path_base = "$recoveryroot/REC_$basename";202 $recovery_path_base = "$recoveryroot/REC_$basename"; 203 } 202 204 } 203 205 - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
