mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-24 08:46:41 +08:00
Fix invalid byte sequence error when running test_script.sh in some cases (#423)
This fixes the following error that may occur: argument parsing failed: Invalid byte sequence in conversion input
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,6 +17,7 @@ m4/
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
/configure~
|
||||
Makefile.in
|
||||
Makefile
|
||||
doc/*.1
|
||||
@@ -54,10 +55,9 @@ src/util/prkkd
|
||||
src/util/prole
|
||||
src/util/prtable
|
||||
src/util/updrow
|
||||
|
||||
/test/
|
||||
## apidocs docs related
|
||||
public/
|
||||
.sass-cache/
|
||||
*.css.map
|
||||
temp-man-pages/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user