Fixed compatibility

This commit is contained in:
litefeel
2020-03-05 13:48:05 +08:00
committed by Webber Takken
parent e1eda1e876
commit 6f3a2bd992

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [[ -n "$UNITY_LICENSE" || -n "$UNITY_LICENSE_FILE" ]]; then
if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
#
# PERSONAL LICENSE MODE
#