rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 0d36e707b8649bd34dce72ef786f3355c5154309
parent 58c190f279f73402264dfe35a02e98fa6bd1c207
Author: tgoodwin <tgoodwin>
Date:   Wed, 15 Jul 1998 14:18:10 +0000

typo

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -262,7 +262,7 @@ yes) AC_CACHE_CHECK(extant directories for default path, rc_cv_def_path,[ esac AC_ARG_WITH(history, - [ --with-history Build history subprograms],[ + [ --with-history Build history subprograms],[ case "$withval" in yes) rc_history=yes ;; *) rc_history=no ;;