mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
src/compat/ is gone back in March.
Reported by: Mars G Miro
This commit is contained in:
parent
9a8398173d
commit
896eafd957
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180008
@ -11,7 +11,7 @@ if [ $# -lt 1 ]; then
|
||||
echo "You must specify which components of src to extract"
|
||||
echo "possible subcomponents are:"
|
||||
echo
|
||||
echo "base bin cddl compat contrib crypto etc games gnu include krb5"
|
||||
echo "base bin cddl contrib crypto etc games gnu include krb5"
|
||||
echo "lib libexec release rescue sbin secure share sys tools ubin"
|
||||
echo "usbin"
|
||||
echo
|
||||
@ -20,7 +20,7 @@ if [ $# -lt 1 ]; then
|
||||
fi
|
||||
|
||||
if [ "$1" = "all" ]; then
|
||||
dists="base bin cddl compat contrib crypto etc games gnu include krb5 lib libexec release rescue sbin secure share sys tools ubin usbin"
|
||||
dists="base bin cddl contrib crypto etc games gnu include krb5 lib libexec release rescue sbin secure share sys tools ubin usbin"
|
||||
else
|
||||
dists="$*"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user