This commit is contained in:
Olivier Sirol 1999-11-04 13:51:22 +00:00
parent cd39ec55d4
commit df9243e5e7
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# Author: Frédéric Pétrot (fred@pasta.fr.ea)
# for version 0
#
# $Id: instool,v 1.16 1999/11/04 13:36:59 czo Exp $
# $Id: instool,v 1.17 1999/11/04 13:51:22 czo Exp $
#
@ -334,11 +334,11 @@ echo " a message MUST be given for each installation"
TMPFILE=/tmp/instool.$$
FINGER=`who am i | gawk '{gsub(/^[^\!]*\!/,""); print $1}'`
SUJ=`basename $1`
SUJ="Instool de `basename $1`"
(
echo "===================================================================="
echo "Installation de la nouvelle version de $SUJ"
echo "$SUJ"
echo "le : `date`"
echo "par : $FINGER"
echo "===================================================================="