From b61d0426dbda1c401e6d9de75e2b5301e75c1d5d Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 2 Aug 2001 05:13:30 +0000 Subject: [PATCH] Adds $main::editor . --- gbootroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gbootroot b/gbootroot index 36d372d..c8fd6cc 100755 --- a/gbootroot +++ b/gbootroot @@ -13,7 +13,7 @@ # Helper # Yahshua Mashiyach # -# http://the.netpedia.net/gBootRoot.html +# http://gbootroot.sourceforge.net # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -55,6 +55,7 @@ my $tmp1 = "/tmp"; # tmp should be default - Cristian my $lilo_conf = "/etc/lilo.conf"; my $home = "$ENV{HOME}/.gbootroot"; my $uml_xterm = "xterm -e"; +$main::editor = "emacs --font 6x13"; # CHANGES #