Francois Gouget : testbot/TestAgent: Quote the unknown command to avoid ambiguity.

Alexandre Julliard julliard at winehq.org
Wed Mar 27 13:09:01 CDT 2013


Module: tools
Branch: master
Commit: 55a4611ff48ca27d8aea736a91e210b5bb27f4ad
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=55a4611ff48ca27d8aea736a91e210b5bb27f4ad

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Mar 27 16:36:13 2013 +0100

testbot/TestAgent: Quote the unknown command to avoid ambiguity.

---

 testbot/scripts/TestAgent |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testbot/scripts/TestAgent b/testbot/scripts/TestAgent
index 521e741..897ca81 100755
--- a/testbot/scripts/TestAgent
+++ b/testbot/scripts/TestAgent
@@ -188,7 +188,7 @@ while (@ARGV)
     }
     else
     {
-        error("unknown command $arg\n");
+        error("unknown command '$arg'\n");
         $Usage = 2;
     }
 }




More information about the wine-cvs mailing list