fix path for in install scripts

This commit is contained in:
FoxMaSk 2016-10-30 22:46:09 +01:00
parent 038469e73f
commit 99692e8c33
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
COMPOSER_COMMAND='composer'
DIR="${BASH_SOURCE}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi
. "$DIR/require.sh"
$COMPOSER_COMMAND install

View file

@ -5,7 +5,7 @@
COMPOSER_COMMAND='composer'
DIR="${BASH_SOURCE}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi
. "$DIR/require.sh"
ENV=$1

View file

@ -5,7 +5,7 @@
COMPOSER_COMMAND='composer'
DIR="${BASH_SOURCE}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi
. "$DIR/require.sh"
ENV=$1