From: Michael Andreen Date: Thu, 4 Jun 2009 14:57:44 +0000 (+0200) Subject: Fix so we can see if the command was executed or not X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=102b930d967569cef7f3be81cb56b5c76e98dffa;p=NDIRC.git Fix so we can see if the command was executed or not --- 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;