blob: 7edff2614a83f843a79a42022c2938d1e645a9eb [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001Upstream-Status: Backport (https://github.com/gregkh/usbutils/commit/508d1acf42e1bfd470c6bf1a188574c69c20aeed)
2Signed-off-by: Ross Burton <ross.burton@intel.com>
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004From 1c9162a5b30550aec8fa163906067bc179291b57 Mon Sep 17 00:00:00 2001
5From: Ross Burton <ross.burton@intel.com>
6Date: Fri, 27 Jul 2018 15:28:34 +0100
7Subject: [PATCH] usb-devices: use /bin/sh
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009This script doesn't use any bashisms, so change the hashbang to /bin/sh.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011Fixes #73.
12
13Signed-off-by: Ross Burton <ross.burton@intel.com>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014---
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015 usb-devices | 2 +-
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/usb-devices b/usb-devices
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019index afb4217..89d1b7d 100755
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020--- a/usb-devices
21+++ b/usb-devices
22@@ -1,4 +1,4 @@
23-#!/bin/bash
24+#!/bin/sh
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025 # SPDX-License-Identifier: GPL-2.0+
26 #
27 # Copyright (c) 2009 Greg Kroah-Hartman <greg@kroah.com>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028--
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800292.11.0
Patrick Williamsc124f4f2015-09-15 14:41:29 -050030