fix opencv_run_all_tests_unix.sh script:
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`, and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
This commit is contained in:
parent
cd1ca7b08b
commit
94d14c637f
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Text style
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user