summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-07-04 09:30:59 +1000
committerChris Johns <chrisj@rtems.org>2017-07-04 09:30:59 +1000
commit20255ab152c99ba04aff6069fb68fbf32f7b8f8c (patch)
tree60310cdd0b412c7a82ebad51d7a4683a99797817
parentUse single threading to avoid craches on sync.rtems.org. (diff)
downloadrtems-release-20255ab152c99ba04aff6069fb68fbf32f7b8f8c.tar.bz2
Minor formatting change.
-rwxr-xr-xrtems-release-sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems-release-sources b/rtems-release-sources
index e93739d..306bcc2 100755
--- a/rtems-release-sources
+++ b/rtems-release-sources
@@ -183,7 +183,8 @@ cd ${release}
hash=$(git status | grep '^HEAD detached at ' | sed 's/^HEAD detached at //')
prefix=$(echo ${g}-${hash} | sed 's/\./\-/')
echo "Packaging GIT repo: ${g} to ${prefix}"
- git archive --format=tar --prefix=${prefix}/ ${hash} | ${comp} > ../../${prefix}.tar.${comp_ext}
+ git archive --format=tar --prefix=${prefix}/ ${hash} | \
+ ${comp} > ../../${prefix}.tar.${comp_ext}
cd .. # ${g}
done
cd .. # git