Unused option

This commit is contained in:
Richard Kimberly Heck 2020-06-07 12:37:54 -04:00
parent 08fb6dce64
commit 2cfb62c892

View File

@ -36,7 +36,7 @@ echo " -m MAKEARGS: Arguments for make";
echo " -P: Do not build patch files";
}
while getopts ":CDm:Ph" opt; do
while getopts ":Cm:Ph" opt; do
case $opt in
C ) COMPILE="";; # don't test compilation
m ) MAKEOPTS="$OPTARG";;