From 799323be97fe7a969f10a5f1ff34ad11b200265f Mon Sep 17 00:00:00 2001 From: uuuvn Date: Tue, 6 Jun 2023 14:32:16 +0000 Subject: [PATCH] Fix bootstrap.sh broken by 0661eb5d --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5f71aa6..2769a8f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -479,7 +479,7 @@ suse() unzip \ llvm \ clang \ - doxygen \ + doxygen } ##############################################################################