diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-10 01:13:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-10 01:13:27 +0000 |
| commit | 982a35748ba32df5994794c1872efc35e52b45ba (patch) | |
| tree | 9e5d886d2a67a1f7dca36f28082cff8f82e6672f /release/scripts | |
| parent | 35c13fa033e2fc396d37d2b1397ae717fef5e0dd (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rw-r--r-- | release/scripts/miscfuncs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh index 53bd47c4e8a4b..275c98b9d05ab 100644 --- a/release/scripts/miscfuncs.sh +++ b/release/scripts/miscfuncs.sh @@ -10,7 +10,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: miscfuncs.sh,v 1.5 1995/02/01 10:59:37 jkh Exp $ +# $Id: miscfuncs.sh,v 1.6 1995/02/02 08:31:37 jkh Exp $ if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then return 0 @@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand export PATH # Keep this current with the distribution! -DISTNAME="2.0-950202-SNAP" +DISTNAME="2.0-950210-SNAP" # Express or Custom install? INSTALL_TYPE="" |
