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