From 438ca09018a59011d17ce8c9f599f5e46ff08df8 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 19 Oct 2023 12:56:56 -0400 Subject: [PATCH] remove unnecessary unicode from chroot-script https://github.com/grml/grml-debootstrap/issues/219 --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-script b/chroot-script index 5cff484..48ce326 100755 --- a/chroot-script +++ b/chroot-script @@ -653,7 +653,7 @@ available_ids() { echo "${ids}" } -# helper function to report corresponding /dev/disk/by-id/… for a given device name, +# helper function to report corresponding /dev/disk/by-id/ for a given device name, # based on GRUB's postinst script device_to_id() { local id -- 2.1.4