Skip to content
Snippets Groups Projects
Commit 6e5e354d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

platform independent dir seperator

parent 1d20cae1
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ switch ($myos) {
}
$myosextension=$myos=="Win" ? ".exe" : "";
$SPC="$selfdir/$dirExternal/bin/spc$myosextension";
$SPC=str_replace('/', DIRECTORY_SEPARATOR , "$selfdir/$dirExternal/bin/spc$myosextension");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment