clean CDPATH on plugin script as well
This commit is contained in:
parent
19031db447
commit
b5d0e98a2b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue