Fix issue #2029 - Use env in all script interpreter lines

This commit is contained in:
Tyler Tidman 2014-12-12 09:52:16 -05:00
parent 4303a90fcc
commit f2729b5b05
20 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
LOCATION=$(dirname "${BASH_SOURCE}")

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
make_pango_modules() {
local src=$1

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERSION=$(cat build/version)
INCLUDE="COPYING"

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/usr/bin/env bash -x
OUTPUT=$(echo "c:\\cygwin\\${1}/" | sed 's/\//\\/'g)

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/usr/bin/env bash -x
VERSION=$(cat build/version)
HOST=$1

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2008 Dan Smith <dsmith@danplanet.com>
#

2
chirpw
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2014 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2008 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2008 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2008 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2008 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import polib
from string import Formatter

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2009 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function record_failure() {
FAILED="$1 $FAILED"

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
import serial

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2011 Dan Smith <dsmith@danplanet.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
## Copyright 2013 Jens Jensen AF5MI <kd4tjx@yahoo.com>

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# This checks a given revision to make sure that it has a bug number
# in it, of the form "#123". It should be used in your pretxncommit

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# CHIRP coding standards compliance script
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ICOM ID-RP* serial helper script
#