Lines Matching refs:OPTARG
34 local OPTNAME OPTIND OPTERR OPTARG
38 if [ "${OPTARG}" = "NONE" -a -z "${bind_mounts}" ]; then
39 bind_mounts="${OPTARG}"
41 if [ "${bind_mounts}" = "NONE" -o "${OPTARG}" = "${OPTARG#/}" -o \
42 ! -d "${OPTARG}" ]; then
48 ${OPTARG} ${OPTARG} none rw,bind 0 0"
52 [ -n "${OPTARG}" ] &&
53 chroot_groups="${chroot_groups}${chroot_groups:+,}${OPTARG}"
65 mirror="$OPTARG"
78 echo "'-$OPTARG' needs an argument."
83 echo "invalid command-line option: $OPTARG"