[BioRuby-cvs] bioruby/bin bioruby,1.4,1.5

Katayama Toshiaki k at pub.open-bio.org
Sat Nov 5 20:28:46 EST 2005


Update of /home/repository/bioruby/bioruby/bin
In directory pub.open-bio.org:/tmp/cvs-serv2614/bin

Modified Files:
	bioruby 
Log Message:
* changed :no_readline to :READLNE


Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bioruby	5 Nov 2005 08:33:53 -0000	1.4
--- bioruby	6 Nov 2005 01:28:44 -0000	1.5
***************
*** 48,53 ****
  begin
    require 'irb/completion'
  rescue LoadError
!   $bioruby_cache[:no_readline] = true
  end
  
--- 48,54 ----
  begin
    require 'irb/completion'
+   $bioruby_cache[:READLINE] = true
  rescue LoadError
!   $bioruby_cache[:READLINE] = false
  end
  
***************
*** 104,105 ****
--- 105,107 ----
  # saving workspace, command history and configuration before exit
  Bio::Shell.close
+ 



More information about the bioruby-cvs mailing list