summaryrefslogtreecommitdiffstats
path: root/remote/includes/binutil.inc
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-28 17:27:34 +0200
committerJonathan Bauer2014-07-28 17:27:34 +0200
commit962df83e5fe66190fee18da05cdf71d74b81b991 (patch)
treedee2e3baf0512728708a18a308dd7f259decf9d1 /remote/includes/binutil.inc
parent[pvs2] also copy the qt4-svg package to stage32 (diff)
parenthelpers/includes now should include an __init function and not just do stuff ... (diff)
downloadtm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.tar.gz
tm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.tar.xz
tm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/includes/binutil.inc')
-rw-r--r--remote/includes/binutil.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/includes/binutil.inc b/remote/includes/binutil.inc
index 73371c25..ae173deb 100644
--- a/remote/includes/binutil.inc
+++ b/remote/includes/binutil.inc
@@ -1,4 +1,3 @@
-#!/bin/bash
#
# Common functions to copy binaries and their dependancies.
#
@@ -19,7 +18,7 @@
############################################################
# We use a blacklist mechanism to exclude common libraries.
# This improves runtime quite a bit...
-BLACKLIST="ld-linux linux-gate linux-vdso libc.so"
+declare -rg BLACKLIST="ld-linux linux-gate linux-vdso libc.so"
# Initialise flag and path for local search
LOCALSEARCH=0