Commit 7c970bf 1 parent 2326665 commit 7c970bf Copy full SHA for 7c970bf
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,16 +212,16 @@ function extract {
212
212
local eof_without_newline
213
213
if [ " $size " -gt 0 ]; then
214
214
if [[ " $line " =~ [^\\ ]EOF ]]; then
215
- # An EOF not preceeded by a backslash indicates that the line
215
+ # An EOF not preceded by a backslash indicates that the line
216
216
# does not end with a newline
217
217
eof_without_newline=1
218
218
else
219
219
eof_without_newline=0
220
220
fi
221
221
# Replace NULLBYTE with null byte if at beginning of line
222
- # Replace NULLBYTE with null byte unless preceeded by backslash
222
+ # Replace NULLBYTE with null byte unless preceded by backslash
223
223
# Remove one backslash in front of NULLBYTE (if any)
224
- # Remove EOF unless preceeded by backslash
224
+ # Remove EOF unless preceded by backslash
225
225
# Remove one backslash in front of EOF
226
226
if [ $USE_PYTHON -eq 1 ]; then
227
227
echo -n " $line " | python -c " $PYTHON_EXTRACT_FILTER " >> " $path "
You can’t perform that action at this time.
0 commit comments