1 Oct
2009
1 Oct
'09
1:04 a.m.
variables_map vm_env; store(parse_environment(desc, "HOME"), vm_env); notify(vm_env); if(vm_env.count("HOME")) { path rcfile = ".koramarc"; path home; home = vm_env["HOME"].as<path>(); path tmp = home / rcfile; cout << "check" << endl; // just a retarted test to see if we're actually reaching the end of this... } -- Caleb Cushing http://xenoterracide.blogspot.com