Changeset 23294
- Timestamp:
- Mar 12, 2009, 11:20:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_imfile.pl
r23186 r23294 226 226 $command .= " -hostname $host" if defined $host; 227 227 $command .= " -dbname $dbname" if defined $dbname; 228 system ($command); 228 print "Running: $command\n"; 229 system($command); 229 230 } 230 231 exit $exit_code;
Note:
See TracChangeset
for help on using the changeset viewer.
