fixed typo

This commit is contained in:
maroy 2004-12-01 23:42:42 +00:00
parent 2b60d95a9c
commit 05d0cce2b1
2 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
# Author : $Author: fgerlits $ # Author : $Author: maroy $
# Version : $Revision: 1.1 $ # Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/autogen.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/autogen.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -31,7 +31,7 @@
# (based on the version in enlightenment's cvs) # (based on the version in enlightenment's cvs)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
package="Storage" package="Authentication"
# assume we're in $basedir/bin # assume we're in $basedir/bin
basedir=`dirname $0`/.. basedir=`dirname $0`/..

View File

@ -21,14 +21,14 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
# Author : $Author: fgerlits $ # Author : $Author: maroy $
# Version : $Revision: 1.1 $ # Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/gen_coverage_data.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/gen_coverage_data.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script generates code coverage data for the module # This script generates code coverage data for the module
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
module="LiveSupport Storage" module="LiveSupport Authentication"
reldir=`dirname $0`/.. reldir=`dirname $0`/..
basedir=`cd $reldir; pwd; cd -` basedir=`cd $reldir; pwd; cd -`