Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-04-18 19:50:56 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-18 19:50:56 +0400
commitac89a6aec040d35ed85e30ff11439a8089a856bc (patch)
treeea912af420bbe87b71e4b76d46e9cdba64b05da6 /RootLauncher.cs
parent404046a34da47426a0cf9ce6b43f5ca20f0a246e (diff)
[build] Disable automatic apple doc wizard build in Makefile
Diffstat (limited to 'RootLauncher.cs')
-rw-r--r--RootLauncher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RootLauncher.cs b/RootLauncher.cs
index 7d4cb01..35e1db4 100644
--- a/RootLauncher.cs
+++ b/RootLauncher.cs
@@ -41,7 +41,7 @@ namespace macdoc
{
const string SecurityFramework = "/System/Library/Frameworks/Security.framework/Versions/Current/Security";
- public static void LaunchExternalTool (string toolPath, params string[] args)
+ public static void LaunchExternalTool (string toolPath, string[] args)
{
if (!File.Exists (toolPath))
throw new RootLauncherException ("[Launcher] Error, the tool doesn't exist and can't be launched") { ResultCode = AuthorizationResultCode.FileNotFound };