mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Fix detection typo
This commit is contained in:
parent
a1b4733f1b
commit
db48ca59bf
@ -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 New Issue
Block a user