From 44918da063e35d8e9e1b798eaf94863cd7d94c7d Mon Sep 17 00:00:00 2001 From: yuyawk Date: Sun, 7 Apr 2024 16:49:16 +0900 Subject: [PATCH] fix: typo --- build_script/conditionally_execute.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_script/conditionally_execute.bash b/build_script/conditionally_execute.bash index c0d4e5d..119a2de 100755 --- a/build_script/conditionally_execute.bash +++ b/build_script/conditionally_execute.bash @@ -8,7 +8,7 @@ Wrapper to conditionally execute the command. With the option '-f', this script can receive arbitrary number of files. If any of them is an empty file, this script exits successfully -without executing the commands. +without executing the command. Usage: $0 [OPTIONS] COMMAND