projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix build on MinGW (again)
[sbcl.git]
/
source-distribution.sh
1
#!/bin/sh
2
set -e
3
4
# Create a source distribution. (You should run clean.sh first.)
5
6
b=${1:?"missing base directory name argument"}
7
tar cf $b-source.tar --exclude .git $b