diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-31 03:39:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-31 03:39:49 +0000 |
commit | 4073b1c7efc7a2e0facd63c3cdde7982b39392e2 (patch) | |
tree | 8805d114d006d3505385c64d1dac254f59b26d6c /gnu | |
parent | 5c34951e09bbdb6d007dace6ea48be5081577f4c (diff) |
do not mod $PATH; jbernard@tater.mines.edu
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/rcs/src/rcsfreeze.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/rcs/src/rcsfreeze.sh b/gnu/usr.bin/rcs/src/rcsfreeze.sh index 0f0cedc89a1..44cfdb57bb5 100644 --- a/gnu/usr.bin/rcs/src/rcsfreeze.sh +++ b/gnu/usr.bin/rcs/src/rcsfreeze.sh @@ -2,7 +2,7 @@ # rcsfreeze - assign a symbolic revision number to a configuration of RCS files -# $Id: rcsfreeze.sh,v 1.1 1996/08/12 04:08:19 millert Exp $ +# $Id: rcsfreeze.sh,v 1.2 1998/03/31 03:39:48 deraadt Exp $ # The idea is to run rcsfreeze each time a new version is checked # in. A unique symbolic revision number (C_[number], where number @@ -25,9 +25,6 @@ # {RCS/}.rcsfreeze.ver version number # {RCS/}.rscfreeze.log log messages, most recent first -PATH=/usr/local/bin:/bin:/usr/bin:/usr/ucb:$PATH -export PATH - DATE=`date` || exit # Check whether we have an RCS subdirectory, so we can have the right # prefix for our paths. |