diff options
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 46a62da..349ff31 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -57,7 +57,7 @@ require 'custodian/worker' # # Entry-point to our code. # -if __FILE__ == $0 then +if __FILE__ == $PROGRAM_NAME then $help = false $manual = false |