Skip to content

Commit

Permalink
usb-devices: use /bin/sh hashbang
Browse files Browse the repository at this point in the history
This script doesn't use any bashisms, so change the hashbang to /bin/sh.

Fixes #73.

Signed-off-by: Ross Burton <ross.burton@intel.com>
  • Loading branch information
rossburton committed Jul 27, 2018
1 parent e63347d commit 508d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb-devices
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2009 Greg Kroah-Hartman <greg@kroah.com>
Expand Down

0 comments on commit 508d1ac

Please sign in to comment.