Francois Gouget : testbot: Export BatchQuote() from the Utils module.

Alexandre Julliard julliard at winehq.org
Sat Sep 14 00:22:49 CDT 2019


Module: tools
Branch: master
Commit: 94c8e97ea3f77705b988faada660b315a6f79e21
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=94c8e97ea3f77705b988faada660b315a6f79e21

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sat Sep 14 04:48:50 2019 +0200

testbot: Export BatchQuote() from the Utils module.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/Utils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Utils.pm b/testbot/lib/WineTestBot/Utils.pm
index 97fb129..711917c 100644
--- a/testbot/lib/WineTestBot/Utils.pm
+++ b/testbot/lib/WineTestBot/Utils.pm
@@ -31,7 +31,7 @@ our @EXPORT = qw(MakeSecureURL SecureConnection GenerateRandomString
                  OpenNewFile CreateNewFile CreateNewLink CreateNewDir
                  DurationToString BuildEMailRecipient IsValidFileName
                  BuildTag SanitizeTag LocaleName NotifyAdministrator
-                 ShQuote ShArgv2Cmd);
+                 BatchQuote ShQuote ShArgv2Cmd);
 
 use Fcntl;
 




More information about the wine-cvs mailing list