Skip to content

Commit

Permalink
Don't show the set interface line when splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Feb 22, 2022
1 parent 437d7e4 commit 6aa6702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ toc_interface_filter() {
sed -e $'1s/^\xEF\xBB\xBF//' -e '1i\
## Interface: '"$toc_version" -e '/^## Interface-/d'
fi
echo " Set Interface to ${toc_version}" >&3
[[ -z "$split" ]] && echo " Set Interface to ${toc_version}" >&3
else # cleanup
sed -e $'1s/^\xEF\xBB\xBF//' -e '/^## Interface-/d'
fi
Expand Down

0 comments on commit 6aa6702

Please sign in to comment.