bins/check-restart; use builtin say
This commit is contained in:
parent
2c14b730e3
commit
783bea133d
@ -6,7 +6,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
sub say { print @_, "\n"; }
|
||||
use feature 'say';
|
||||
|
||||
my @booted = split("/", `readlink -f /run/booted-system/kernel`);
|
||||
my @current = split("/", `readlink -f /run/current-system/kernel`);
|
||||
|
Loading…
Reference in New Issue
Block a user