0008-Makefile-Set-shell-to-bin-bash.patch 612 B

1234567891011121314151617181920212223242526
  1. From a4d24e3a224a19404bc3ac98389ff376198c85ef Mon Sep 17 00:00:00 2001
  2. From: Jason Self <j@jxself.org>
  3. Date: Thu, 4 Jul 2019 18:37:45 -0700
  4. Subject: [PATCH 8/8] Makefile: Set shell to /bin/bash
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/Makefile b/Makefile
  9. index b5bfb47..5e38d94 100644
  10. --- a/Makefile
  11. +++ b/Makefile
  12. @@ -13,7 +13,7 @@
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. -shell=/bin/sh
  16. +shell=/bin/bash
  17. prefix=/lib/firmware
  18. install_program=install
  19. --
  20. 2.26.0