diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 12:49:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 12:49:09 +0000 |
commit | b047db01e16db4e6bf8719628ed6101b3f04329f (patch) | |
tree | e56b445924777d41847e9e246beeed067020d1e1 /distrib/sets/makesrctars | |
parent | 0ec52b134a99641865fda843fd171eaae5d6ac6f (diff) |
2.0
Diffstat (limited to 'distrib/sets/makesrctars')
-rw-r--r-- | distrib/sets/makesrctars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/makesrctars b/distrib/sets/makesrctars index d5787e6e970..a044bc98237 100644 --- a/distrib/sets/makesrctars +++ b/distrib/sets/makesrctars @@ -1,6 +1,6 @@ -#! /bin/sh +#!/bin/sh -RELEASE=11 +RELEASE=20 SPLITSIZE=240640 GZIP=--best |