Skip to content

Commit

Permalink
typo: removed extra space from theme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jun 11, 2024
1 parent 331251e commit e272127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e272127

Please sign in to comment.