Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 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 | |