Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 872d3c2c authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "gettop: fix symlink detection"

parents 051e28fe b112a405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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