mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
Fix detection typo
This commit is contained in:
parent
a1b4733f1b
commit
db48ca59bf
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ set_use_py3_if () {
|
|||
# Missing vars - bail with no changes.
|
||||
return
|
||||
fi
|
||||
if [ "$(compare_to_version "$1" "$2")" == "0" ]; then
|
||||
if [ "$(compare_to_version "$1" "$2")" == "1" ]; then
|
||||
use_py3="$3"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue