mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 14:50:20 +08:00
Run test_script.sh with sh instead of bash
We don't really need bash to run test_script.sh: any POSIX-compliant shell works
This commit is contained in:
parent
672b23c80c
commit
b3fa92ed98
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -x
|
||||
|
Loading…
Reference in New Issue
Block a user