From 35ba2c3de52bd612860cfad1a9c8473d521a1c57 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 17:58:17 +0200 Subject: [PATCH] testing --- neovim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim.sh b/neovim.sh index 3b03b1d..50c85ae 100644 --- a/neovim.sh +++ b/neovim.sh @@ -94,6 +94,7 @@ } makeInstall() { + local $PACKAGE="$(pen green bold $PACKAGE)" local err spin green bold "Compiling $PACKAGE from source" if run --err err make CMAKE_BUILD_TYPE=RelWithDebInfo; then