Skip to content

Commit 955ac2f

Browse files
committed
zfsbootmenu-core: remove trailing whitespace
1 parent e7a3b89 commit 955ac2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zfsbootmenu/lib/zfsbootmenu-core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ emergency_shell() {
18021802
18031803
EOF
18041804

1805-
command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"
1805+
command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"
18061806

18071807
# -i (interactive) mode will source $HOME/.bashrc
18081808
/bin/bash -i
@@ -1816,7 +1816,7 @@ emergency_shell() {
18161816
done < /proc/self/mounts
18171817

18181818
# always remount as read-only
1819-
mount_efivarfs
1819+
mount_efivarfs
18201820
}
18211821

18221822
# prints: zpool list and zfs property list

0 commit comments

Comments
 (0)