mkrootfs: added c option correctly.

This commit is contained in:
Juan RP 2014-06-01 12:34:08 +02:00
parent e056d3944c
commit 1fcbe4e2e9

View File

@ -105,7 +105,7 @@ register_binfmt() {
# #
# main() # main()
# #
while getopts "b:C:hk:p:r:V" opt; do while getopts "b:C:c:hk:p:r:V" opt; do
case $opt in case $opt in
b) PKGBASE="$OPTARG";; b) PKGBASE="$OPTARG";;
C) XBPS_CONFFILE="-C $OPTARG";; C) XBPS_CONFFILE="-C $OPTARG";;