Remove a debugging line from the get_source script
[skip changelog]
This commit is contained in:
parent
0216c447b6
commit
de9115b8d0
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ curl -L -O "${URL}"
|
|||
ARCHIVE="$(find . -mindepth 1 -maxdepth 1 -type f -name '*.tar.gz' -print -quit)"
|
||||
echo "--> Extracting: $(basename "${ARCHIVE}")" 1>&2
|
||||
tar -xzf "${ARCHIVE}"
|
||||
cp -p "${ARCHIVE}" /tmp/
|
||||
echo '--> Removing tests due to licensing issues' 1>&2
|
||||
TARDIR="$(basename "${ARCHIVE}" '.tar.gz')"
|
||||
MTIME="$(stat -c '%Y' "${TARDIR}")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue