Jelajahi Sumber

moar updates

Nate Brady 8 tahun lalu
induk
melakukan
851a17b5c8
2 mengubah file dengan 0 tambahan dan 3 penghapusan
  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