Skip to content

Commit 81ba8cd

Browse files
committed
minor: silence GNU AWK 5.0.1 (incorrectly complaining about regex syntax)
1 parent 2efa9a1 commit 81ba8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql2sqlite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ aInc == 1 && /PRIMARY KEY|primary key/ { next }
216216
else {
217217
# FIXME check if this is correct in all cases
218218
if( match( $1,
219-
/(CONSTRAINT|constraint) \".*\" (FOREIGN KEY|foreign key)/ ) ){
219+
/(CONSTRAINT|constraint) ["].*["] (FOREIGN KEY|foreign key)/ ) ){
220220
print ","
221221
}
222222
}

0 commit comments

Comments
 (0)