Changeset 2693 for trunk/engine/ispcp_common_methods.pl
- Timestamp:
- 03/13/10 00:37:22 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
engine/ispcp_common_methods.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omega-1.0.4 merged: 2645 /branches/omega-1.0.5 (added) merged: 2656,2658,2660-2661,2664-2673 /tags/omega-1.0.4 merged: 2657
- Property svn:mergeinfo changed
-
trunk/engine/ispcp_common_methods.pl
r2596 r2693 871 871 sub del_dir { 872 872 873 push_el(\@main::el, ' make_dir()', 'Starting...');873 push_el(\@main::el, 'del_dir()', 'Starting...'); 874 874 875 875 my ($dname) = @_; … … 889 889 return -1 if (sys_command("rm -rf $dname") != 0); 890 890 891 push_el(\@main::el, ' make_dir()', 'Ending...');891 push_el(\@main::el, 'del_dir()', 'Ending...'); 892 892 893 893 0;
Note: See TracChangeset
for help on using the changeset viewer.
