diff options
| author | Simon Rettberg | 2014-07-27 00:10:16 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2014-07-27 00:10:16 +0200 |
| commit | 62d78729a32dd136feddede21a5dc6e9c3dbe2d7 (patch) | |
| tree | dccd7c833bb33825c45922397dd84d629d25f05f /remote/includes/binutil.inc | |
| parent | [rfs-s31] fix busybox copying v2 (diff) | |
| download | tm-scripts-62d78729a32dd136feddede21a5dc6e9c3dbe2d7.tar.gz tm-scripts-62d78729a32dd136feddede21a5dc6e9c3dbe2d7.tar.xz tm-scripts-62d78729a32dd136feddede21a5dc6e9c3dbe2d7.zip | |
helpers/includes now should include an __init function and not just do stuff right away when being sourced
Diffstat (limited to 'remote/includes/binutil.inc')
| -rw-r--r-- | remote/includes/binutil.inc | 3 |
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 |
