Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
fix to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Dec 21, 2017
1 parent f642594 commit 8ba5469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov
Expand Up @@ -1245,7 +1245,7 @@ do
then
say " ${g}+${x} $file ${e}bytes=$(echo "$report_len" | tr -d ' ')${x}"
# append to to upload
_filename=`basename $file`
_filename=$(basename $file)
if [ "${_filename##*.}" = 'gcov' ];
then
echo "# path=$(echo "$file.reduced" | sed "s|^$git_root/||")" >> $upload_file
Expand Down

0 comments on commit 8ba5469

Please sign in to comment.