From: Elliott Mitchell Date: Fri, 17 Jul 2020 19:05:25 +0000 (-0700) Subject: d/shuffle-boot-files: Switch to POSIX shell, instead of Bash X-Git-Tag: archive/raspbian/4.14.1+11-gb0b734a8b3-1+rpi1^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=099de21580adaeab58585bcad4cf91556ae1a0e3;p=xen.git d/shuffle-boot-files: Switch to POSIX shell, instead of Bash While bash is great for an interactive shell, sh is more lightweight and portable and is more suited for scripts that need to be executed fast and do not require user-friendly interaction with an end user. Signed-off-by: Elliott Mitchell Acked-by: Hans van Kranenburg [Hans van Kranenburg] Reduce usage of dramatic language in commit message --- diff --git a/debian/shuffle-boot-files b/debian/shuffle-boot-files index 67fb768223..176c65f1c4 100755 --- a/debian/shuffle-boot-files +++ b/debian/shuffle-boot-files @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e