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:
parent
2ac67c9ffc
commit
9eb665c28e
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user