second last minute commit! -- removed a trailing slash which prevented

win32 from locating .blender/scripts.
I'm hoping other OSes are a little more forgiving about these things...
but PLEASE test, else we may need to #ifdef it.
This commit is contained in:
Simon Clitherow 2004-01-29 22:12:14 +00:00
parent 6d68c41e62
commit d0f7d306b6

@ -680,7 +680,7 @@ int BPyMenu_Init(int usedir)
if (U.pythondir[0] == '\0') upydir = NULL;
BLI_make_file_string ("/", dirname, bpymenu_gethome(), "scripts/");
BLI_make_file_string ("/", dirname, bpymenu_gethome(), "scripts");
res1 = bpymenu_GetStatMTime(dirname, 0, &tdir1);