Allow both '-a' and '-D' options to be used together.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-09-05 20:24:57 +02:00
parent c4ed2b7e5e
commit b0cdd0cb13
1 changed files with 0 additions and 4 deletions

4
beadm
View File

@ -183,10 +183,6 @@ case ${1} in
(*) __usage ;; (*) __usage ;;
esac esac
done done
if [ ${OPTION_a} -eq 1 -a ${OPTION_D} -eq 1 ]
then
__usage
fi
awk -v POOL="${POOL}" \ awk -v POOL="${POOL}" \
-v ROOTFS="${ROOTFS}" \ -v ROOTFS="${ROOTFS}" \
-v BOOTFS="${BOOTFS}" \ -v BOOTFS="${BOOTFS}" \