aoetools: fix aoe-stat script that was using /bin/bash in its shebang
authorSergio Prado <sergio.prado@e-labworks.com>
Fri, 26 Jan 2018 12:44:02 +0000 (10:44 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jan 2018 21:58:51 +0000 (22:58 +0100)
commit06407fdf31989e864de0fc851a67129bb99bab81
tree9cf10058a62f1d833ad89ce81c820088e63fb7f9
parent6298ed8bf46dd546d4ee7244136f2f9bad82ecad
aoetools: fix aoe-stat script that was using /bin/bash in its shebang

This will make the script more portable, making it possible to run on
systems that do not have bash.

The script was tested with ash from BusyBox and checked for portability
issues and bashisms with shellcheck and checkbashisms tools.

The patch was already applied upstream [1] and should be removed in the
next version bump.

[1] https://github.com/OpenAoE/aoetools/commit/4ef42740538cefd3c1554aa4df5bcb1388ac927b

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/aoetools/0001-Change-shell-script-interpreter-from-bin-bash-to-bin.patch [new file with mode: 0644]