From: Ali Saidi Date: Tue, 18 Jan 2011 22:30:00 +0000 (-0600) Subject: mkblankimage: bash != sh on many systems and this script needs bash X-Git-Tag: stable_2012_02_02~652 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25822ee6555f60390ffb49d36a3c349057831256;p=gem5.git mkblankimage: bash != sh on many systems and this script needs bash --- diff --git a/util/mkblankimage.sh b/util/mkblankimage.sh index 43a3cca29..e764ea45b 100755 --- a/util/mkblankimage.sh +++ b/util/mkblankimage.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # makeblankimage.sh # Make a blank M5 disk image