From 5e87781c99ce3ffed0106ff3f7289ac04771f7c2 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Mon, 7 Oct 2019 18:25:53 -0700 Subject: Change interpreter of disk_image to bash disk_image has bashisms, change the interpreter to bash so it doesn't get incorrectly interpreted if /bin/sh isn't bash. Signed-off-by: Brian Woods Reviewed-by: Stefano Stabellini --- docker-extras/disk_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-extras') diff --git a/docker-extras/disk_image b/docker-extras/disk_image index 344c727..57b933f 100755 --- a/docker-extras/disk_image +++ b/docker-extras/disk_image @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This helps to see what is going on set -e -x -- cgit v1.2.3