Skip to content

Commit

Permalink
No need for range.pl wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Sep 17, 2008
1 parent 630fe58 commit 7e0136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/cron-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ sub unconvert_range
}
delete($job->{'start'});
delete($job->{'end'});
&create_wrapper($range_cmd, $module_name, "range.pl");
&copy_source_dest("$module_root_directory/range.pl", $range_cmd);
&set_ownership_permissions(undef, undef, 0755, $range_cmd);
return 1;
}
Expand Down

0 comments on commit 7e0136d

Please sign in to comment.