Skip to Content.
Sympa Menu

sm-sorcery - Re: [SM-Sorcery] Re: sorcery-1.0.6 torture test

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: Dufflebunk <dufflebunk AT dufflebunk.homeip.net>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: sm-sorcery <sm-sorcery AT lists.ibiblio.org>
  • Subject: Re: [SM-Sorcery] Re: sorcery-1.0.6 torture test
  • Date: Tue, 27 May 2003 21:42:08 -0000

That would be the problem. Who's to blame? The '$DIALOGPROG...' should
be "$DIALOGPROG..." instead I think. Other wise it will never try to
substitute the variable.

On Tue, 2003-05-27 at 17:39, Eric Sandall wrote:
> Dufflebunk said:
> > Ok, did someone mess w/ the sorcery script? The syntax in that is very
> > tricky. It looks like it's looking for a program called $DIALOGPROG,
> > rather than a program call the value of $DIALOGPROG.
>
> Here's a change from Sorcery 0.9.3 release (Perforce change #9216):
> 1647,1650d1401
> < DIALOG="dialog
> < --backtitle
> < Sorcery Spell Management Utility
> < --stdout"
> 1654,1659c1405,1409
> < export IFS="$TAB_ENTER_IFS"
> < # SORCERY_VERSION=`installed_version sorcery`
> < SORCERY_SECTION=`find_section sorcery`
> < SORCERY_DETAILS="$GRIMOIRE/$SORCERY_SECTION/sorcery/DETAILS"
> < SORCERY_VERSION=`grep "UPDATED=" $SORCERY_DETAILS |
> < sed "s/UPDATED=//"`
> ---
> > DIALOG='$DIALOGPROG --backtitle "Sorcery Spell Management Utility"
> --stdout'
> >
> > SORCERY_VERSION=`cat /etc/sorcery/version`
> > SORCERY_DIR=`codex_find_spell_by_name sorcery-$SORCERY_BRANCH`
> > #SORCERY_DETAILS="$SORCERY_DIR/DETAILS"
> 1664a1415,1436
>
>
> So has Background, Cabal, and who knows what else uses this has broken
> since 0.9.3? This entry is the only change to DIALOGPROG that I can find
> in my archives.
>
> -One of Four
> a.k.a. sandalle





Archive powered by MHonArc 2.6.24.

Top of Page