clean CDPATH on plugin script as well

This commit is contained in:
kimchy 2011-07-06 04:07:27 +03:00
parent 19031db447
commit b5d0e98a2b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
CDPATH=""
SCRIPT="$0"
# SCRIPT may be an arbitrarily deep series of symlinks. Loop until we have the concrete path.