diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-05-09 21:57:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-05-09 21:57:58 +0000 |
commit | b9dcb5b18713e6fe12130f780535d1b56b8b89cf (patch) | |
tree | f6282b4e5adb5e0fc39ce050523e347f848af71b | |
parent | 29f2b1c1cfc13ffc3176d049eb7f235604c70cb1 (diff) |
No /bin/bash on BSD.
-rw-r--r-- | scripts/create_bsd_pci_lists.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_bsd_pci_lists.sh b/scripts/create_bsd_pci_lists.sh index 11cdeea3..6666760b 100644 --- a/scripts/create_bsd_pci_lists.sh +++ b/scripts/create_bsd_pci_lists.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/sh # # Script to output BSD compatible pci ids file # - Copyright Dave Airlie 2004 (airlied@linux.ie) |