Fixed a typo in my name.
This commit is contained in:
parent
9e406b5e3f
commit
fbb6b78eca
1 changed files with 9 additions and 9 deletions
2
jhalfs
2
jhalfs
|
@ -151,7 +151,7 @@ extract_commands() {
|
|||
if [ -d commands ] ; then rm -rf commands ; fi && mkdir 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/ \
|
||||
lfs-$LFSVRS/stylesheets/dump-commands.xsl lfs-$LFSVRS/index.xml \
|
||||
>>$JHALFSDIR/$LOG 2>&1
|
||||
|
|
Reference in a new issue