From e272127f56baf10a1ed97a63b0d6ef7dec50b032 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:11:16 +0530 Subject: [PATCH] typo: removed extra space from theme comment --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2dd8555..3640659 100644 --- a/build.sh +++ b/build.sh @@ -42,7 +42,7 @@ for key in "${!names[@]}"; do comment="${names[$key]}" cfg=$(get_config_file key) - ctgen "configs/x.$cfg" -p x11 -d "bitmaps/$key" -n "$key" -c "$comment Xcursors - @ful1e5 fork" & + ctgen "configs/x.$cfg" -p x11 -d "bitmaps/$key" -n "$key" -c "$comment Xcursors - @ful1e5 fork" & PID=$! wait $PID done