Update of /cvs/scoop/scoop/scripts
In directory lithium.sabren.com:/tmp/cvs-serv19425/scripts
Modified Files:
boxtool
Log Message:
Bugs 196 and 202: special page and boxtool fixes, respectively.
-janra
Index: boxtool
===================================================================
RCS file: /cvs/scoop/scoop/scripts/boxtool,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** boxtool 28 May 2005 01:56:29 -0000 1.10
--- boxtool 7 Jan 2006 01:05:16 -0000 1.11
***************
*** 13,17 ****
my $db_host = $1 || 'localhost';
my $db_port = $2 || 3306;
! my $editor = $ENV{EDITOR} || (-x '/bin/vi') ? '/bin/vi' : '/usr/bin/vi';
if (($command eq "help") || ($command =~ /^--?h/) || !$command) {
--- 13,17 ----
my $db_host = $1 || 'localhost';
my $db_port = $2 || 3306;
! my $editor = $ENV{EDITOR} || ((-x '/bin/vi') ? '/bin/vi' : '/usr/bin/vi');
if (($command eq "help") || ($command =~ /^--?h/) || !$command) {