d/shuffle-boot-files: Switch to POSIX shell, instead of Bash
authorElliott Mitchell <ehem+debian@m5p.com>
Fri, 17 Jul 2020 19:05:25 +0000 (12:05 -0700)
committerHans van Kranenburg <hans@knorrie.org>
Sun, 28 Feb 2021 18:53:12 +0000 (19:53 +0100)
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 <ehem+debian@m5p.com>
Acked-by: Hans van Kranenburg <hans@knorrie.org>
[Hans van Kranenburg]
Reduce usage of dramatic language in commit message

debian/shuffle-boot-files

index 67fb768223f142ec015b7b8d131df561c9de512e..176c65f1c4cce907588a25d249cc425bde6e58a4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -e