From 3ffe23e274d4739e0c1356f6baae3ebeb753471c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 18 Jun 2009 18:55:07 +0200 Subject: [finish-step] Fix the tools wrappers Use the correct variable when iterating upon the tools name to correctly link the tools to the wrapper. diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh index a262c1d..8a887bf 100644 --- a/scripts/build/internals.sh +++ b/scripts/build/internals.sh @@ -58,7 +58,7 @@ do_finish() { # Just skip symlinks for _t in "${CT_TARGET}-"*; do if [ "$( LANG=C stat -c '%F' "${_t}" )" != "symbolic link" ]; then - CT_DoExecLog ALL mv "${t}" ".${_t}" + CT_DoExecLog ALL mv "${_t}" ".${_t}" CT_DoExecLog ALL ln ".${CT_TARGET}-wrapper" "${_t}" fi done -- cgit v0.10.2-6-g49f6