From bc7d2545d47bf54acebb38ab3d1e2dd7251ddb99 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 12 Oct 2016 01:35:56 +0200 Subject: build: man: tests: do not use bash tested with busybox' ash, that is not exactly posix. --- build-aux/valgrind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/valgrind.sh') diff --git a/build-aux/valgrind.sh b/build-aux/valgrind.sh index 4db7477..3de3855 100755 --- a/build-aux/valgrind.sh +++ b/build-aux/valgrind.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e -- cgit v1.2.3-18-g5258