Merge pull request #34 from SnoFox/master

Convert all hashbangs to point to bash, not whatever happens to be the distro's default shell
This commit is contained in:
Hans-Kristian Arntzen 2013-12-08 23:00:32 -08:00
commit d8f5bdf297
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