Merge "gettop: fix symlink detection"
This commit is contained in:
commit
872d3c2c6a
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ function gettop
|
|||
T=
|
||||
while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
|
||||
\cd ..
|
||||
T=`PWD= /bin/pwd`
|
||||
T=`PWD= /bin/pwd -P`
|
||||
done
|
||||
\cd $HERE
|
||||
if [ -f "$T/$TOPFILE" ]; then
|
||||
|
|
Loading…
Reference in a new issue