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

Fixed a mistake, added $rm as found in *-X11 to create escaped ::Id.

This commit is contained in:
freesource 2001-11-15 02:34:55 +00:00
parent b0a6543983
commit c25f039c0c

View File

@ -233,7 +233,8 @@ return $stuff;
use strict;
use File::Basename;
$main::Id = "# \$Id: make_debian,v 1.54 2001/11/07 19:07:44 freesource Exp \$";
my $rm = "\$";
$main::Id = "# \$Id: make_debian,v 1.55 2001/11/09 20:02:52 freesource Exp $rm";
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};