diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-05 03:03:52 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-05 03:03:52 (GMT) |
commit | 8318c672a821e329dfb3b9eaec886ed3b28c550d (patch) | |
tree | 111cb82d3cb590cb9933b539c22df1bdbef11750 /scripts/release-common.sh | |
parent | bae78fc8f9b242e4cfa3e772c021b473ca778a28 (diff) |
clarify documentation
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 7bc89e6..62f8ed8 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -194,7 +194,8 @@ if [ -n $LIBRARYDIR ]; then echo $LIBRARYDIR mkdir -p $LIBRARYDIR # exclude the .git stuff from MCAD which is a git submodule. - # tar is a relatively portable way to do exclusion + # tar is a relatively portable way to do exclusion, without the + # risks of rm rm -f libraries.tar tar cf libraries.tar --exclude=.git* libraries cd $LIBRARYDIR/.. && tar xf $OPENSCADDIR/libraries.tar && cd $OPENSCADDIR |