We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46880d commit 16b40d1Copy full SHA for 16b40d1
src/CLU/Microsoft.CLU.Run/PackageManagementMode.cs
@@ -548,7 +548,7 @@ private static void GenerateScript(string cfgPath)
548
" export CmdletSessionID=$PPID",
549
"fi",
550
"SCRIPTPATH=$(dirname \"$0\")",
551
- $"$SCRIPTPATH/clurun -s {scriptName} -r $SCRIPTPATH/{Path.GetFileName(cfgPath)} $*"
+ $"$SCRIPTPATH/clurun -s {scriptName} -r $SCRIPTPATH/{Path.GetFileName(cfgPath)} \"$@\""
552
});
553
System.Diagnostics.Process.Start("chmod", $"777 {scriptPath}");
554
}
0 commit comments