1
0

1516148912.aoetools-36-9-g4ef4274.change-shell-script-interpreter-from-bin-bash-to-bin-sh.patch 642 B

123456789101112131415161718
  1. Subject: Change shell script interpreter from /bin/bash to /bin/sh
  2. Origin: aoetools-36-9-g4ef4274 <https://github.com/OpenAoE/aoetools/commit/aoetools-36-9-g4ef4274>
  3. Upstream-Author: Sergio Prado <sergio.prado@e-labworks.com>
  4. Date: Tue Jan 16 22:28:32 2018 -0200
  5. This will make the script more portable, making it possible to run on
  6. systems that do not have bash.
  7. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
  8. --- a/aoe-stat.in
  9. +++ b/aoe-stat.in
  10. @@ -1,4 +1,4 @@
  11. -#! /bin/bash
  12. +#! /bin/sh
  13. # aoe-stat - collate and present information about AoE storage
  14. # Copyright 2012, CORAID, Inc., and licensed under GPL v.2.