Explorar o código

mkrootfs: added c option correctly.

Juan RP %!s(int64=11) %!d(string=hai) anos
pai
achega
1fcbe4e2e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";;