blob: e9a45c24fcdc7c5b4a89724b2e90e4416064de46 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 03127fd5a6eff5ae2ebea2e9c6c01fbf1a0a421a Mon Sep 17 00:00:00 2001
2From: Ankit Navik <ankit.tarot@gmail.com>
3Date: Tue, 25 Dec 2018 14:34:09 +0530
4Subject: [PATCH] tools/lesspipe: Allow generic shell
5
6Upstream-Status: Submitted [https://github.com/KhronosGroup/SPIRV-Tools/pull/2255]
7Signed-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
12diff --git a/tools/lesspipe/spirv-lesspipe.sh b/tools/lesspipe/spirv-lesspipe.sh
13index 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--
232.7.4
24