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

Changed another $< to $>

This commit is contained in:
freesource 2001-10-17 05:56:10 +00:00
parent 2ac67c9ffc
commit 9eb665c28e

View File

@ -507,7 +507,7 @@ my $time = sprintf("%02d:%02d:%02d-%02d-%02d-%04d",
# Here's where stuff gets intersting, non-root users can create root_fs, # Here's where stuff gets intersting, non-root users can create root_fs,
# which is great for UML. # which is great for UML.
if ( $< == 0 ) { if ( $> == 0 ) {
if (!-d "$tmp1/gbootroot_tmp$time") { if (!-d "$tmp1/gbootroot_tmp$time") {
$tmp = "$tmp1/gbootroot_tmp$time" if err_custom_perl( $tmp = "$tmp1/gbootroot_tmp$time" if err_custom_perl(