Skip to content

Commit ca8eda8

Browse files
committed
use -F to display the file type for more filtering options
1 parent 08f22e2 commit ca8eda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

90zfsbootmenu/zfsbootmenu-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ draw_diff() {
131131
fi
132132

133133
# shellcheck disable=SC2016
134-
( zfs diff -H "${snapshot}" "${diff_target}" & echo $! >&3 ) 3>/tmp/diff.pid | \
134+
( zfs diff -F -H "${snapshot}" "${diff_target}" & echo $! >&3 ) 3>/tmp/diff.pid | \
135135
sed "s,${mnt},," | \
136136
${FUZZYSEL} --prompt "Files > " \
137137
--preview="zfsbootmenu-preview.sh ${BASE} ${diff_target} ${BOOTFS}" \

0 commit comments

Comments
 (0)