Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c6049122de458d4e1fbc to your computer and use it in GitHub Desktop.
Save anonymous/c6049122de458d4e1fbc to your computer and use it in GitHub Desktop.
0001-Set-SHELL-bin-bash-in-the-Makefile.patch
From 24b2991654207c92bb5f71dec75214a7032f70cf Mon Sep 17 00:00:00 2001
From: Fredrik Rinnestam <fredrik@crux.nu>
Date: Sun, 19 Jul 2015 16:11:17 +0200
Subject: [PATCH] Set SHELL=/bin/bash in the Makefile
Signed-off-by: Fredrik Rinnestam <fredrik@crux.nu>
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 321a4e2..dacecfb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
# This file implements the GNOME Build API:
# http://people.gnome.org/~walters/docs/build-api.txt
+SHELL = /bin/bash
+
FIRMWAREDIR = /lib/firmware
all:
--
2.4.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment