Revert terminal & compose version

This commit is contained in:
Jeffrey Morgan
2015-07-24 13:14:35 -07:00
parent dbc3f399dd
commit 5eb90aaacd
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
],
"docker-version": "1.7.1",
"docker-machine-version": "0.3.1-rc1",
"docker-compose-version": "1.4.0rc2",
"electron-version": "0.27.2",
"virtualbox-version": "5.0.0",
"virtualbox-filename": "VirtualBox-5.0.0.pkg",

View File

@@ -1,7 +1,8 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
CMD="$*"
PATH=$DIR:$PATH
CMD="export PATH='$PATH' && clear && $*"
ITERM_EXISTS=`osascript <<EOF
set doesExist to false