mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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 ./
7 lines
147 B
Bash
Executable file
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
|