diff --git a/setup.sh b/setup.sh index 451ab5d8..d4c48834 100755 --- a/setup.sh +++ b/setup.sh @@ -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 diff --git a/web_start.sh b/web_start.sh index a9f27b6f..35175be6 100755 --- a/web_start.sh +++ b/web_start.sh @@ -34,10 +34,9 @@ function go() { case `uname` in 'Darwin') osx - go ;; 'Linux') debian - go ;; esac +go