-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
20.0.2.Final
-
None
The PowerShell scripts in the bin directory do not work on Linux. The culprit seems to be inconsistent directory separators. / is used in some places, and \ is used in others. Windows is generally okay with either one, but Linux does not recognize \ as a separator. In my quick-and-dirty testing, changing \ to / makes the scripts work on both Windows and Linux.