From 2f2e76948f336704384a44ee6a8dcc448df4d73c Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Wed, 18 Aug 2010 10:28:12 -0600 Subject: [PATCH] scripts/auxiliar/doc-section.sh Define NAME before using $NAME --- scripts/auxiliar/doc-section.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auxiliar/doc-section.sh b/scripts/auxiliar/doc-section.sh index 2957db5b38..763b173e69 100755 --- a/scripts/auxiliar/doc-section.sh +++ b/scripts/auxiliar/doc-section.sh @@ -32,13 +32,13 @@ # FROMDIR="$HOME/lilypond" DOCDIR="$HOME/lilypond/tempdocs" -TODIR=$DOCDIR/$NAME LILYPONDBOOK="lilypond-book" TEXI2HTML="texi2html" REFCHECK="$FROMDIR/scripts/auxiliar/ref_check.py" DIRECTORY=$1 NAME=$2 +TODIR=$DOCDIR/$NAME if test ! -d $TODIR; then mkdir $TODIR -- 2.39.5