]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashhist.c
Imported from ../bash-4.0.tar.gz.
[thirdparty/bash.git] / bashhist.c
index 02afb38f7534dc9c41f4ec2e59e4f0da5ecf8dae..5c61f67568a345a1a7f4b9a8aacd0063a6956dbd 100644 (file)
@@ -355,7 +355,6 @@ save_history ()
        append_history (history_lines_this_session, hf);
       else
        write_history (hf);
-
       sv_histsize ("HISTFILESIZE");
     }
 }