diff options
| author | Simon Rettberg | 2013-02-25 19:08:09 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-25 19:08:09 +0100 |
| commit | ac695437b5a672f9eb0d0e63655cb48286e3b2c0 (patch) | |
| tree | d6176a952649365dc0cc26bda753a253ca9b2590 /remote/tools/base | |
| parent | [tools] replace locate by find in base.build as it is faster, [setup_tools] t... (diff) | |
| download | tm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.tar.gz tm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.tar.xz tm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.zip | |
fix tarcopy call for base
Diffstat (limited to 'remote/tools/base')
| -rw-r--r-- | remote/tools/base/base.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index 98f24047..06ff22b7 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -51,7 +51,7 @@ build() { local NUMFILES=$(cat "${FILELIST}" | wc -l) if [ "x$NUMFILES" != "x" -a "x$NUMFILES" != "x0" ]; then pinfo "File list generated at ${BUILDDIR}/${FILELIST} ($NUMFILES entries)" - tarcopy "${FILELIST}" "${BUILDDIR}" + tarcopy "$(cat "${FILELIST}")" "${BUILDDIR}" fi } |
