diff options
Diffstat (limited to 'readline/histfile.c')
-rw-r--r-- | readline/histfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/histfile.c b/readline/histfile.c index 40e42de52f8..1da45b00b58 100644 --- a/readline/histfile.c +++ b/readline/histfile.c @@ -92,7 +92,7 @@ history_filename (filename) if (return_val) return (return_val); - + home = get_env_value ("HOME"); if (home == 0) |