From ca7a3eeb97bdd5775bb0b3ee9b041fc71a68d9b1 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso <celestino.amoroso@gmail.com> Date: Mon, 10 Mar 2025 06:46:20 +0100 Subject: [PATCH] build.bash: disabled auto-start of the default text editor on --init --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index 12ceb91..ba231d2 100755 --- a/build.bash +++ b/build.bash @@ -65,7 +65,7 @@ platform=("linux/amd64" "darwin/arm64") eot msgln "Resource file '${RESOURCE_FILE}' create" - ${EDITOR-vi} "${RESOURCE_FILE}" + #${EDITOR-vi} "${RESOURCE_FILE}" exit fi