Gabriel Dos Reis wrote:
> Waldek Hebisch <[EMAIL PROTECTED]> writes:
> 
> | > Waldek Hebisch <[EMAIL PROTECTED]> writes:
> | > 
> | > | Recent changes broken testing build-improvements.  The typical problem
> | > | is that 'int/input/INTHEORY.input' contains sum of INTHEORY.spad and
> | > | PNTHEORY.spad.
> | > 
> | > sorry, I don't understand.
> | > 
> | 
<snip>
> | Actually, it looks that three files are affected: INTHEORY.input,
> | TESTFR.input, VIEW2D.input.
> | 
> | I suspect change to the document script, but have not verified this.
> 
> It might quite be possible that a change to document script is causing
> an error; but so I'm clueless about what the problem is and what the
> symptoms your are describing are.  
> 

I am now testing the patch below.  The three affected files were
generated from algebra pamplets and corresponding hunks have names
containing spaces inside.

--- build-improvements.bb/src/scripts/document.in       2006-11-21 
00:10:25.000000000 +0100
+++ build-improvements/src/scripts/document.in  2006-11-22 15:22:59.000000000 
+0100
@@ -129,7 +129,7 @@
 
        --tangle)
           do_tangle=yes
-          if test -n $arg; then
+          if test -n "$arg"; then
               chunk=$arg
           fi
           # --tangle may not be combined with any other


-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to