瀏覽代碼

moar updates

Nate Brady 8 年之前
父節點
當前提交
851a17b5c8
共有 2 個文件被更改,包括 0 次插入3 次删除
  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/
 php-fuel/fuel/app/logs/
 results/
 results/
 benchmark.cfg
 benchmark.cfg
-tmp/
 
 
 # Mac filesystem dust
 # Mac filesystem dust
 .DS_Store
 .DS_Store

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

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