Skip to content

Commit

Permalink
rauchg#34: remove trailing ':'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbor committed Feb 2, 2022
1 parent 5a7c385 commit 7d824bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fi
# run search
eval "find $dir $findopt -type f $exclude -print0" \
| GREP_COLOR="1;33;40" xargs -0 grep "${grepopt[@]}" -e "$@" \
| sed "s/^\([^:]*:\)\(.*\)/ \\
| sed "s/^\([^:]*\):\(.*\)/ \\
$cyan\1$reset \\
\2 /" \
| awk -v linenums=$linenums -v reset="$(tput sgr0)" -v colors=$colors -v mline=$mline '{
Expand Down

0 comments on commit 7d824bb

Please sign in to comment.