diff sauf keywords
This commit is contained in:
parent
8f369d890c
commit
e0c9324199
|
@ -4,11 +4,11 @@
|
||||||
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
|
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
|
||||||
# License: GPL (http://www.gnu.org/copyleft/gpl.html)
|
# License: GPL (http://www.gnu.org/copyleft/gpl.html)
|
||||||
# Started: Sept 1999
|
# Started: Sept 1999
|
||||||
# Last Change: Thursday 07 September 2000, 16:05
|
# Last Change: Thursday 07 September 2000, 16:30
|
||||||
# Edit Time: 1:32:54
|
# Edit Time: 1:33:24
|
||||||
# Description:
|
# Description:
|
||||||
#
|
#
|
||||||
# $Id: postconfig,v 1.52 2000/09/07 14:08:20 czo Exp $
|
# $Id: postconfig,v 1.53 2000/09/07 14:31:37 czo Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PATH=/asim/gnu/bin:/usr/ucb:/usr/etc:/usr/local/bin:/bin:/usr/bin:${PATH}
|
PATH=/asim/gnu/bin:/usr/ucb:/usr/etc:/usr/local/bin:/bin:/usr/bin:${PATH}
|
||||||
|
@ -69,7 +69,7 @@ echo ""
|
||||||
|
|
||||||
cd $UPDATE_IN
|
cd $UPDATE_IN
|
||||||
sleep 15
|
sleep 15
|
||||||
cvs diff -l -D "5 min ago" $MODIFIED_FILES | head -50
|
cvs diff -kk -l -D "5 min ago" $MODIFIED_FILES | head -50
|
||||||
) >> "$TMPFILE"
|
) >> "$TMPFILE"
|
||||||
# pwd
|
# pwd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue