Convert all shebangs to use Bash

This commit is contained in:
Josh Johnson 2013-12-08 17:10:42 -08:00
parent 27de3ae179
commit c9c9c93850
16 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# BSDs don't have readlink -f
read_link()

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
build_libretro_fba()
{

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
die()
{

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
die() {
echo $1

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
BASE_DIR=$(pwd)
RARCH_DIR=$BASE_DIR/dist

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
BASE_DIR=$(pwd)
RARCH_DIR=$BASE_DIR/dist

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. ./libretro-config.sh

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Architecture Assignment
[[ -z "$ARCH" ]] && ARCH="$(uname -m)"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. ./libretro-config.sh

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. ./libretro-config.sh

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. ./libretro-config.sh