aboutsummaryrefslogtreecommitdiffstats
path: root/bashhist.c
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2009-02-19 22:21:29 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:47:02 +0000
commit17345e5ad288f7543b77b23a25aa380eacc279f2 (patch)
tree8ac954624147c08ebe1f72f38e0fa5e0416ce87d /bashhist.c
parent3185942a5234e26ab13fa02f9c51d340cec514f8 (diff)
downloadandroid_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.tar.gz
android_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.tar.bz2
android_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.zip
Imported from ../bash-4.0.tar.gz.
Diffstat (limited to 'bashhist.c')
-rw-r--r--bashhist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bashhist.c b/bashhist.c
index 02afb38..5c61f67 100644
--- a/bashhist.c
+++ b/bashhist.c
@@ -355,7 +355,6 @@ save_history ()
append_history (history_lines_this_session, hf);
else
write_history (hf);
-
sv_histsize ("HISTFILESIZE");
}
}