sbcl.sbcl/source-distribution.sh
Christophe Rhodes 04d819bb1a 0.9.8.27:
Merge patch from James Bielman fixing self-build under Win32.
	... a little bit of an accident ensued; I ran
		canonicalize-whitespace on .sh files, which seemed to
		work (except on wc.sh) until it scribbled all over
		make.sh, confusing the shell interpreter utterly.
	... the resulting files have built the system, nevertheless.
2006-01-09 13:00:17 +00:00

8 lines
153 B
Bash
Executable file

#!/bin/sh
set -e
# Create a source distribution. (You should run clean.sh first.)
b=${1:?missing base directory name argument}
tar cf $b-source.tar $b