diff options
Diffstat (limited to 'bin/cron-wrapper')
-rwxr-xr-x | bin/cron-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cron-wrapper b/bin/cron-wrapper index b93695cb0..127fd8d8a 100755 --- a/bin/cron-wrapper +++ b/bin/cron-wrapper @@ -5,5 +5,5 @@ BEGIN { # set all the paths to the perl code require "$FindBin::Bin/../setenv.pl"; } -exec { $ARGV[0] } @ARGV; +exec { $ARGV[0] } @ARGV or die $!; |