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] (n


From: markm
Subject: [Axiom-developer] [#126 /bin/sh vs /bin/bash scripting inconsistancy] (new)
Date: Fri, 18 Mar 2005 15:28:23 -0600

Changes 
http://page.axiom-developer.org/zope/mathaction/126BinShVsBinBashScriptingInconsistancy/diff
--
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

which is the functional equivalent.
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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