From ab37450295c4a0dc552464d3110d74135a0c8e10 Mon Sep 17 00:00:00 2001 From: Firas al-Khalil Date: Wed, 29 May 2024 17:01:37 +0200 Subject: [PATCH] lang: fix php typo --- lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang b/lang index a9e737b..a2ef6dd 100755 --- a/lang +++ b/lang @@ -140,7 +140,7 @@ do git checkout "$checkout" fi # Regenerate. See https://github.com/tree-sitter/tree-sitter/issues/2731 - if [ "$lang" == "php" ]; then + if [ "$lang" = "php" ]; then cd php compile cd ../php_only