From 512a1aaf817add93b84678d74b703e26bd244a87 Mon Sep 17 00:00:00 2001 From: Matthias Vogler Date: Fri, 30 Jan 2026 17:03:08 +0100 Subject: [PATCH] fix unclosed quote in redox() package list --- native_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index c832431a2..b756a2f5a 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -914,7 +914,7 @@ redox() # Core development packages that are likely available on Redox # This list is conservative and only includes essentials - packages=""autoconf \ + packages="autoconf \ automake \ expat \ gcc13 \