mirror of https://github.com/zachjs/sv2v.git
drop trailing whitespace in notice file
This commit is contained in:
parent
3db72c4c2d
commit
ccc6f174af
|
|
@ -14,6 +14,6 @@ for dependency in `echo "$dependencies"`; do
|
|||
echo "Dependency: $dependency"
|
||||
echo "================================================================================"
|
||||
echo ""
|
||||
curl "$license_url" 2> /dev/null | sed -e "s/^/ /"
|
||||
curl "$license_url" 2> /dev/null | sed -e "s/^/ /" -e "s/ *$//"
|
||||
echo ""
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue