mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches
This commit is contained in:
@@ -387,16 +387,6 @@ static void netware_init()
|
||||
*name = tolower(*name);
|
||||
}
|
||||
}
|
||||
/*
|
||||
Set the current working directory to the base directory of the file
|
||||
name (assuming the binary is in 'base-file-name/bin/'
|
||||
*/
|
||||
strmov(cwd, my_progname);
|
||||
if ((name= strindex(cwd, "/bin/")) != NULL)
|
||||
{
|
||||
*name= 0;
|
||||
chdir(cwd);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* __NETWARE__ */
|
||||
|
||||
Reference in New Issue
Block a user