typo: removed extra space from theme comment
This commit is contained in:
parent
331251ec42
commit
e272127f56
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue