mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 22:47:55 -05:00
Preserve newlines in output
This commit is contained in:
@@ -11,7 +11,7 @@ wordlist=$here/../../src/spellings.txt
|
||||
output=$($check $source $wordlist)
|
||||
[[ "$output" == "" ]] || {
|
||||
echo "Existing spelling errors need to be fixed:"
|
||||
echo $output
|
||||
echo "$output"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user