Fix bug when listsnapshots=on ia set.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2013-10-13 02:14:33 +02:00
parent d7d7cd3f04
commit 22db02f026
1 changed files with 1 additions and 0 deletions

1
beadm
View File

@ -134,6 +134,7 @@ __be_new() { # 1=SOURCE 2=TARGET
fi
# clone properties of source boot environment
zfs list -H -o name -r ${SOURCE} \
| grep -v '@' \
| while read FS
do
local OPTS=""