From f13874c9bf642a5d04541a5fdc92b24aa04a4903 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 9 Oct 2014 22:53:57 -0700 Subject: [PATCH] Fix source of resources in setup.sh. --- setup.sh | 2 +- web_start.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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