Simplify populate: no need to be too smart.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Aug 07 22:34:32 2008 +0000 (2008-08-07)
changeset 7701af057f49f7e
parent 769 722d8cc91946
child 771 e1287c6748c9
Simplify populate: no need to be too smart.
If someone is playing us tricks, let him/her be beaten back.
Chances are he/she knows what happens when he/she finds out it does not work any more!

/trunk/tools/populate.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
tools/populate.in
     1.1 --- a/tools/populate.in	Thu Aug 07 21:33:09 2008 +0000
     1.2 +++ b/tools/populate.in	Thu Aug 07 22:34:32 2008 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  # Licensed under the GPL v2
     1.5  
     1.6  # Detect where the toolchain is:
     1.7 -BIN_DIR="$(cd "$(dirname "$(readlink -fn "$0")")"; pwd)"
     1.8 +BIN_DIR="$(cd "$(dirname "$0")"; pwd)"
     1.9  CT_READELF="${BIN_DIR}/@@CT_TARGET@@-readelf"
    1.10  CT_SYSROOT_DIR="${BIN_DIR}/../@@CT_TARGET@@/sys-root"
    1.11