From afeeabdc7221bb1176d7095949ed02fd89363c24 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 23 Dec 2011 18:06:13 +0100 Subject: MAKEALL: explicitly use bash The script still contains bashisms, so use bash. Signed-off-by: Sascha Hauer --- MAKEALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 25b99774db..1ba4710dea 100755 --- a/MAKEALL +++ b/MAKEALL @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Print statistics when we exit trap exit 1 2 3 15 -- cgit v1.2.3