mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Unused option
This commit is contained in:
parent
08fb6dce64
commit
2cfb62c892
@ -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";;
|
||||
|
Loading…
Reference in New Issue
Block a user