Fixed a typo in my name.

This commit is contained in:
Manuel Canales Esparcia 2005-09-12 18:23:41 +00:00
parent 9e406b5e3f
commit fbb6b78eca

2
jhalfs
View file

@ -151,7 +151,7 @@ extract_commands() {
if [ -d commands ] ; then rm -rf commands ; fi && mkdir commands if [ -d commands ] ; then rm -rf commands ; fi && mkdir commands
echo -n "Extracting commands... " echo -n "Extracting commands... "
# Use Maneul's stylesheet to dump the commands in text form from the LFS book. # Use Manuel's stylesheet to dump the commands in text form from the LFS book.
xsltproc -v --nonet --xinclude -o ./commands/ \ xsltproc -v --nonet --xinclude -o ./commands/ \
lfs-$LFSVRS/stylesheets/dump-commands.xsl lfs-$LFSVRS/index.xml \ lfs-$LFSVRS/stylesheets/dump-commands.xsl lfs-$LFSVRS/index.xml \
>>$JHALFSDIR/$LOG 2>&1 >>$JHALFSDIR/$LOG 2>&1