bins/check-restart; use builtin say

This commit is contained in:
Aaron Bieber 2022-09-10 21:38:00 -06:00
parent 2c14b730e3
commit 783bea133d
No known key found for this signature in database

View File

@ -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`);