Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (0228f2f72deb8c8ac1aebf00cb5234d0d58104ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <dkowis AT shlrm.org>
  • To: Eric Sandall <sandalle AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (0228f2f72deb8c8ac1aebf00cb5234d0d58104ca)
  • Date: Sun, 19 Aug 2007 21:17:09 -0500

Eric Sandall wrote:
> @@ -7,7 +7,10 @@ then
> message "${PROBLEM_COLOR}The package says i586 so if you really are
> running an i386 or i486 you may experience problems with this
> package${DEFAULT_COLOR}"
> fi
>
> -if [[ "${SMGL_COMPAT_ARCH[0]}" == "ia32" ]]
> +echo SMGL_COMPAT_ARCHS[0] = ${SMGL_COMPAT_ARCHS[0]} > /tmp/smgl.compat &&
> +echo VER = $VER >> /tmp/smgl.compat &&
> +
> +if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
> then
> if [ -d ${INSTALL_ROOT}/usr/lib/mozilla/plugins ]
> then

Is that debugging information?
Why is it [1]? I always thoguht it was [0]....

--
David Kowis

www.sourcemage.org
SourceMage GNU/Linux

Progress isn't made by early risers. It's made by lazy men trying to
find easier ways to do something.
- Robert Heinlein

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page