From 102b930d967569cef7f3be81cb56b5c76e98dffa Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 4 Jun 2009 16:57:44 +0200 Subject: [PATCH] Fix so we can see if the command was executed or not --- Dispatcher.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Dispatcher.pm b/Dispatcher.pm index ccfeb13..16dae1d 100644 --- a/Dispatcher.pm +++ b/Dispatcher.pm @@ -146,6 +146,7 @@ sub run_command { } } } + return 1; } 1; -- 2.39.2