1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

O.k, this will work.

This commit is contained in:
freesource 2001-11-07 19:07:44 +00:00
parent b15007a721
commit 33e7205dde

View File

@ -234,8 +234,7 @@ return $stuff;
use strict; use strict;
use File::Basename; use File::Basename;
my $rm = "\$"; my $rm = "\$";
my $what = "- part of md"; $main::Id = "# \$Id: make_debian,v 1.53 2001/11/07 19:03:55 freesource Exp $rm";
$main::Id = "# \$Id: make_debian,v 1.52 2001/11/07 18:55:21 freesource Exp $what $rm";
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
if ($sbin == 0) { if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'}; $ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};