linux-nat: Exploit /proc/<pid>/mem for writing
[deliverable/binutils-gdb.git] / readline / histfile.c
index 30a618247f1ec8a7be1c9202ae84224c7e8d5d5e..fffeb3fd319e1b5328fd3c1c0f2cf639c9d2d588 100644 (file)
@@ -123,6 +123,10 @@ history_filename (filename)
     return (return_val);
   
   home = sh_get_env_value ("HOME");
+#ifdef _WIN32
+  if (!home)
+    home = sh_get_env_value ("APPDATA");
+#endif
 
   if (home == 0)
     {
This page took 0.025629 seconds and 4 git commands to generate.