summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug/debug.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/debug/debug.build')
-rw-r--r--remote/modules/debug/debug.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/debug/debug.build b/remote/modules/debug/debug.build
index e791d347..c020181d 100644
--- a/remote/modules/debug/debug.build
+++ b/remote/modules/debug/debug.build
@@ -5,6 +5,7 @@ fetch_source() {
build() {
for BIN in $REQUIRED_BINARIES; do
+ [[ "$BIN" == @* ]] && BIN=$(echo "$BIN" | cut -c 2-)
BIN_LOCATION=$(which ${BIN})
if [ ! -z ${BIN_LOCATION} -a -e ${BIN_LOCATION} ]; then
tarcopy "$(get_link_chain ${BIN_LOCATION})" "${MODULE_BUILD_DIR}"