[PATCH] D70460: export.sh: Fetch sources from GitHub instead of SVN
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 04:48:21 PST 2019
hans edited reviewers, added: hans; removed: hansw.
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
lgtm conceptually, just wondering how the "mv" i commented about works.
================
Comment at: llvm/utils/release/export.sh:58
+ echo "Creating tarball for $proj ..."
+ mv $llvm_src_dir/$proj{,-$release$rc.src}
+ tar -C $llvm_src_dir -cJf $proj-$release$rc.src.tar.xz $proj-$release$rc.src
----------------
It looks like there's only one argument to the mv command. Or is there some bash magic here that makes it work?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70460/new/
https://reviews.llvm.org/D70460
More information about the llvm-commits
mailing list