From 098389d8eb81675f34da158d1f0c4515c41279cd Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Fri, 6 Feb 2015 12:36:18 +0300 Subject: [PATCH] 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 --- cmake/templates/opencv_run_all_tests_unix.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/opencv_run_all_tests_unix.sh.in b/cmake/templates/opencv_run_all_tests_unix.sh.in index 2e1b16773..cb045945f 100644 --- a/cmake/templates/opencv_run_all_tests_unix.sh.in +++ b/cmake/templates/opencv_run_all_tests_unix.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Text style