From 667da9dc6fdb2ac724059f6b1290ec20f537f7d3 Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 22 Mar 2022 20:34:07 -0300 Subject: [PATCH] changed the message of the build script --- tasks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.sh b/tasks/build.sh index 1a9f402..c602393 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -8,7 +8,7 @@ command -v inkscape >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'in command -v parallel >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'parallel'"; exit 1; } command -v bash >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'bash'"; exit 1; } -printf "${info_color}this scripts deletes the icon pack, and rebuild it again${reset_colors}\\n\\n" +printf "${info_color}this script build the icon pack and update/installs it to your home directory${reset_colors}\\n\\n" printf "${info_color}removing last build...${reset_colors}\\n" rm _build/aleta -rf