axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Testing build-improvements


From: Waldek Hebisch
Subject: Re: [Axiom-developer] Testing build-improvements
Date: Wed, 22 Nov 2006 16:17:54 +0100 (CET)

Gabriel Dos Reis wrote:
> Waldek Hebisch <address@hidden> writes:
> 
> | > Waldek Hebisch <address@hidden> 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
address@hidden 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]