From a0d4a2edc43c0169f07b6c260ca2368c7822740c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B7=BB?= Date: Sat, 16 Nov 2019 17:37:32 +0800 Subject: [PATCH] Fix: first lunch "integer expression expected" error --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 74374c7e33..e56821bee3 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -350,7 +350,7 @@ function set_ccache() fi if [ -z "$CCACHE_SIZE" ]; then - if [ "$1" -eq "mokee_default" ]; then + if [ "$1" = "mokee_default" ]; then CCACHE_SIZE=50G else CCACHE_SIZE=16G