From e4cd9a8f043cb6f10f56da4bc08896cd22b0a10f Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Fri, 1 Jan 2021 20:04:28 -0800 Subject: [PATCH] nixos/command-not-found: don't use fancy quotes --- .../programs/command-not-found/command-not-found.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/programs/command-not-found/command-not-found.pl b/nixos/modules/programs/command-not-found/command-not-found.pl index a48c077f53a..63c4925d433 100644 --- a/nixos/modules/programs/command-not-found/command-not-found.pl +++ b/nixos/modules/programs/command-not-found/command-not-found.pl @@ -27,8 +27,8 @@ if (!defined $res || scalar @$res == 0) { my $package = @$res[0]->{package}; if ($ENV{"NIX_AUTO_INSTALL"} // "") { print STDERR <{package}\n" foreach @$res;