axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#126 /bin/sh vs /bin/bash scripting inconsistancy] fi


From: wyscc
Subject: [Axiom-developer] [#126 /bin/sh vs /bin/bash scripting inconsistancy] fix format
Date: Sat, 19 Mar 2005 02:12:58 -0600

Changes 
http://page.axiom-developer.org/zope/mathaction/126BinShVsBinBashScriptingInconsistancy/diff
--

??changed:
-In src/algebra/makefile.pamphlet, is a 
-
-@ if [ "${NOISE}" == "" ] ; then
-
-construction. ${NOISE} contains "-o foo", and /bin/sh (not bash) doesn't like 
it.
-
-Both /bin/sh (BSD) and /bin/bash like
-
-  @ if [ -z "${NOISE}" ] ; then
In {\tt src/algebra/makefile.pamphlet}, is a 

<pre>
@ if [ "\${NOISE}" == "" ] ; then
</pre>

construction. <code>\${NOISE}</code> contains <code>-o foo</code>, and 
<code>/bin/sh</code> (not <code>bash</code>) doesn't like it.

Both <code>/bin/sh (BSD)</code> and <code>/bin/bash</code> like

<pre> @ if [ -z "\${NOISE}" ]; then 
</pre>

++added:


++added:
<pre>

++added:
</pre>

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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