Remove unneeded bashism

This commit is contained in:
Timothy Warren 2017-02-15 09:32:31 -05:00
parent 874a1cdfee
commit b4c8cafde7
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
# We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
# Where am I?
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -xe
# Install git (the php image doesn't have it) which is required by composer