From 41b5353338e5f040ecf0458b9b9ecc6cfdd88df1 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 3 Sep 2014 12:50:06 -0500 Subject: [PATCH] build_tools/dkms-helper: Use bash to process dkms-helper script. Looks like there are some bashims in the script. Make this explicit in the script until they can be taken out. This fixes failures to run this script on Ubuntu when dash is the default shell. Signed-off-by: Shaun Ruffell Signed-off-by: Russ Meyerriecks --- build_tools/dkms-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/dkms-helper b/build_tools/dkms-helper index bb92eaa..136c2af 100755 --- a/build_tools/dkms-helper +++ b/build_tools/dkms-helper @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e