* setup.sh: turn on nullglob globally.

* setup.sh: removed some obsolete features, specifically some that
  were only used by the old build farm.
* addToSearchPath: removed some parameters that weren't used
  anywhere.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15136
This commit is contained in:
Eelco Dolstra
2009-04-18 22:22:51 +00:00
parent ba0682330d
commit 6b9ccbaf78
9 changed files with 29 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
addPythonPath() {
addToSearchPathWithCustomDelimiter : PYTHONPATH /lib/python2.4/site-packages "" $1
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/python2.4/site-packages
}
toPythonPath() {

View File

@@ -1,5 +1,5 @@
addPythonPath() {
addToSearchPathWithCustomDelimiter : PYTHONPATH /lib/python2.5/site-packages "" $1
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/python2.5/site-packages
}
toPythonPath() {