Skip to content

Commit

Permalink
[NOBIN] Removed a redundant whitespace in a script
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jun 25, 2020
1 parent 4d5b9f0 commit dad5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install32_64/sudo.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Else
Set WshShell = CreateObject("WScript.Shell")
cmd = WshShell.ExpandEnvironmentStrings("%COMSPEC%")
'Build paramator
varg = "/C CD " & WshShell.CurrentDirectory & " & "
varg = "/C CD " & WshShell.CurrentDirectory & " & "
For i = 0 To WScript.Arguments.Count - 1
varg = varg & " " & WScript.Arguments(i)
Next
Expand Down

0 comments on commit dad5311

Please sign in to comment.