Changeset 17665 for trunk/ippTasks/register.pro
- Timestamp:
- May 13, 2008, 3:55:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r17624 r17665 156 156 ## generate output log based on filerule (convert the URI to a PATH) 157 157 ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled 158 $logfile = `ipp_datapath.pl $logfile` 158 #echo before logfile is $logfile 159 $logfile = `ipp_datapath.pl --touch $logfile` 159 160 if ("$logfile" == "") 160 161 echo "WARNING: logfile not defined in register.pro:160" 161 162 break 162 163 end 164 165 #echo after logfile is $logfile 163 166 164 167 stdout $logfile … … 287 290 ## generate output log based on filerule (convert the URI to a PATH) 288 291 ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled 289 $logfile = `ipp_datapath.pl $logfile` 292 #echo before logfile is $logfile 293 $logfile = `ipp_datapath.pl --touch $logfile` 290 294 if ("$logfile" == "") 291 295 echo "WARNING: logfile not defined in register.pro:291" 292 296 break 293 297 end 298 299 #echo after logfile is $logfile 294 300 295 301 stdout $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
