Changeset 30318
- Timestamp:
- Jan 20, 2011, 10:29:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r30259 r30318 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/REC_";196 $recoveryroot = $dirname; 197 197 } else { 198 # otherwise we put the files in recoveryroot. Regardless, we prefix the basename with 'REC_' 198 199 $ipprc->outroot_prepare($recoveryroot); 199 200 } 200 $recovery_path_base = $recoveryroot . $basename;201 $recovery_path_base = "$recoveryroot/REC_$basename"; 201 202 } 202 203
Note:
See TracChangeset
for help on using the changeset viewer.
