From 94d14c637fefc2074ba73c1cd8f1a84342c7feaf Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Fri, 6 Feb 2015 12:34:50 +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 2e1b167738..cb045945fc 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