mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-10 16:35:31 +08:00
clean code
This commit is contained in:
@@ -277,7 +277,6 @@ list_kernels_initramfs()
|
||||
{
|
||||
IFS=$'\n'
|
||||
count_limit_snap=0
|
||||
# echo "tt = ${count_limit_snap}"
|
||||
for item in $(snapshot_list); do
|
||||
IFS=$oldIFS
|
||||
item=($item)
|
||||
@@ -312,7 +311,6 @@ list_kernels_initramfs()
|
||||
break;
|
||||
fi
|
||||
done
|
||||
# echo "ttt = ${count_limit_snap}"
|
||||
IFS=$oldIFS
|
||||
}
|
||||
### END auto detect ###
|
||||
|
||||
Reference in New Issue
Block a user