diff options
Diffstat (limited to 'meta-oe/recipes-graphics/spir/files/0001-tools-lesspipe-Allow-generic-shell.patch')
-rw-r--r-- | meta-oe/recipes-graphics/spir/files/0001-tools-lesspipe-Allow-generic-shell.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/spir/files/0001-tools-lesspipe-Allow-generic-shell.patch b/meta-oe/recipes-graphics/spir/files/0001-tools-lesspipe-Allow-generic-shell.patch new file mode 100644 index 0000000000..e9a45c24fc --- /dev/null +++ b/meta-oe/recipes-graphics/spir/files/0001-tools-lesspipe-Allow-generic-shell.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | From 03127fd5a6eff5ae2ebea2e9c6c01fbf1a0a421a Mon Sep 17 00:00:00 2001 | ||
2 | From: Ankit Navik <ankit.tarot@gmail.com> | ||
3 | Date: Tue, 25 Dec 2018 14:34:09 +0530 | ||
4 | Subject: [PATCH] tools/lesspipe: Allow generic shell | ||
5 | |||
6 | Upstream-Status: Submitted [https://github.com/KhronosGroup/SPIRV-Tools/pull/2255] | ||
7 | Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> | ||
8 | --- | ||
9 | tools/lesspipe/spirv-lesspipe.sh | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/tools/lesspipe/spirv-lesspipe.sh b/tools/lesspipe/spirv-lesspipe.sh | ||
13 | index 81e3355..f955259 100644 | ||
14 | --- a/tools/lesspipe/spirv-lesspipe.sh | ||
15 | +++ b/tools/lesspipe/spirv-lesspipe.sh | ||
16 | @@ -1,4 +1,4 @@ | ||
17 | -#!/bin/bash | ||
18 | +#!/usr/bin/env sh | ||
19 | # Copyright (c) 2016 The Khronos Group Inc. | ||
20 | |||
21 | # Licensed under the Apache License, Version 2.0 (the "License"); | ||
22 | -- | ||
23 | 2.7.4 | ||
24 | |||