diff --git a/shim-install b/shim-install index bda78e1..48c2e32 100644 --- a/shim-install +++ b/shim-install @@ -237,6 +237,7 @@ fi make_grubcfg () { grub_cfg_dirname=`dirname $grub_cfg` +grub_cfg_basename=`basename $grub_cfg` cfg_fs_uuid=`"$grub_probe" --target=fs_uuid "$grub_cfg_dirname"` if test "x$SUSE_BTRFS_SNAPSHOT_BOOTING" = "xtrue"; then @@ -257,8 +258,7 @@ fi cat <