set CDPATH to empty value so it won't conflict when "cd"

This commit is contained in:
kimchy 2011-04-17 18:59:58 +03:00
parent c2ee6dd120
commit 5cd0bc52af
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
# Be aware that you will be entirely responsible for populating the needed
# environment variables.
CDPATH=""
SCRIPT="$0"
# SCRIPT may be an arbitrarily deep series of symlinks. Loop until we have the concrete path.