Browse Source

moar updates

Nate Brady 8 years ago
parent
commit
851a17b5c8
2 changed files with 0 additions and 3 deletions
  1. 0 1
      .gitignore
  2. 0 2
      toolset/setup/linux/prerequisites.sh

+ 0 - 1
.gitignore

@@ -42,7 +42,6 @@ php-kohana/application/logs/
 php-fuel/fuel/app/logs/
 results/
 benchmark.cfg
-tmp/
 
 # Mac filesystem dust
 .DS_Store

+ 0 - 2
toolset/setup/linux/prerequisites.sh

@@ -3,8 +3,6 @@
 set -x
 export DEBIAN_FRONTEND=noninteractive
 
-source ./toolset/setup/linux/bash_functions.sh
-
 # One -q produces output suitable for logging (mostly hides
 # progress indicators)
 sudo apt-get -yq update