aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-05-09 21:57:58 +0000
committerEric Anholt <anholt@freebsd.org>2004-05-09 21:57:58 +0000
commitb9dcb5b18713e6fe12130f780535d1b56b8b89cf (patch)
treef6282b4e5adb5e0fc39ce050523e347f848af71b /scripts
parent29f2b1c1cfc13ffc3176d049eb7f235604c70cb1 (diff)
No /bin/bash on BSD.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/create_bsd_pci_lists.sh2
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)