Ver Fonte

mkrootfs: added c option correctly.

Juan RP há 11 anos atrás
pai
commit
1fcbe4e2e9
1 ficheiros alterados com 1 adições e 1 exclusões
  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";;