sbcl.sbcl/source-distribution.sh
William Harold Newman b8f63d9b4e 0.6.10:
got confused and tagged -- I think -- 0.6.9.23 as sbcl_0_6_10
	redid distribution scripts so that .tar files expand into
		sbcl-x.y.z/ instead of ./
2001-01-15 02:28:27 +00:00

7 lines
147 B
Bash
Executable file

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