Use selected syntax convention.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-06-27 07:57:03 +02:00
parent 30da27e5de
commit e9d219f213
1 changed files with 1 additions and 1 deletions

2
beadm
View File

@ -414,7 +414,7 @@ EOF
fi
if ! [ ${3} ]
then
TARGET=$(mktemp /tmp/tmp.XXXXXX)
TARGET=$( mktemp /tmp/tmp.XXXXXX )
mkdir -p ${TARGET}
fi
if ! mount -t zfs ${POOL}/ROOT/${BE} ${TARGET}