Fix source of resources in setup.sh.

This commit is contained in:
Ivan Malison 2014-10-09 22:53:57 -07:00
parent f35ff45bf6
commit f13874c9bf
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
cd `dirname $BASH_S0;95;cOURCE` && source resources/bootstrapping.sh
cd `dirname $BASH_SOURCE` && source resources/bootstrapping.sh
source dotfiles/lib/shellrc/functions.sh
source dotfiles/lib/shellrc/brew.sh
source dotfiles/lib/shellrc/python.sh

View File

@ -34,10 +34,9 @@ function go() {
case `uname` in
'Darwin')
osx
go
;;
'Linux')
debian
go
;;
esac
go