Browse Source

mkrootfs: added c option correctly.

Juan RP 11 năm trước cách đây
mục cha
commit
1fcbe4e2e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mkrootfs.sh.in

+ 1 - 1
mkrootfs.sh.in

@@ -105,7 +105,7 @@ register_binfmt() {
 #
 # 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
         b) PKGBASE="$OPTARG";;
         C) XBPS_CONFFILE="-C $OPTARG";;