From 49aba5412a2c14903ae4427b40ed37904e08912f Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 20 Nov 2012 14:00:31 +0000 Subject: Updated case statements for ruby1.9 --- bin/custodian-queue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/custodian-queue') diff --git a/bin/custodian-queue b/bin/custodian-queue index f2003de..e75b5cc 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -67,17 +67,17 @@ if __FILE__ == $0 then ) opts.each do |opt, arg| case opt - when "--monitor": + when "--monitor" then $MONITOR = true - when "--stats": + when "--stats" then $STATS = true - when "--flush": + when "--flush" then $FLUSH = true - when "--server": + when "--server" then $SERVER = arg - when "--help": + when "--help" then $help = true - when "--manual": + when "--manual" then $manual = true end end -- cgit v1.2.1