1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Testing $Id.

This commit is contained in:
freesource 2001-11-07 19:03:55 +00:00
parent 036d5d111b
commit b15007a721

View File

@ -234,7 +234,8 @@ return $stuff;
use strict;
use File::Basename;
my $rm = "\$";
$main::Id = "# \$Id$rm";
my $what = "- part of md";
$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'});
if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};