diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cron-wrapper | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/fetch-comments-24hs | 0 |
2 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 $!; diff --git a/bin/fetch-comments-24hs b/bin/fetch-comments-24hs index 602383d40..602383d40 100644..100755 --- a/bin/fetch-comments-24hs +++ b/bin/fetch-comments-24hs |