Skip to content

Commit

Permalink
Quote paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 10, 2021
1 parent fbba79a commit b0a969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xamarin.Android.Build.Tasks/Tasks/InstallApkSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal override CommandLineBuilder GetCommandLineBuilder ()
if (Modules == null)
cmd.AppendSwitchIfNotNull ("--modules ", "_ALL_");
else
cmd.AppendSwitchIfNotNull ("--modules", string.Join (",", Modules));
cmd.AppendSwitchIfNotNull ("--modules", string.Join ("\",\"", Modules));

return cmd;
}
Expand Down

0 comments on commit b0a969c

Please sign in to comment.