Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78123 by Pol Vinogradov for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 78123 by Pol Vinogradov for review
  • Date: Thu, 20 Apr 2006 20:40:01 +0100 (BST)

Change 78123 by pol_vinogradov@public on 2006/04/20 20:35:34

CONFIGURE: () surrounding in if condition (thanks dmlb2000), bug 11241

Affected files ...

... //sgl/grimoires/devel/editors/nano/CONFIGURE#10 edit
... //sgl/grimoires/devel/editors/nano/HISTORY#22 edit
... //sgl/grimoires/devel/editors/nano/WIP#2 delete

Differences ...

==== //sgl/grimoires/devel/editors/nano/CONFIGURE#10 (xtext) ====

@@ -34,7 +34,8 @@
"--enable-utf8" "--disable-utf8"
fi
&&

-if [[ "${NANO_CONFIG}" == "all" ]] || list_find "$NANO_OPTS"
"--enable-color" && list_find "$NANO_OPTS" "--enable-nanorc" ; then
+if [[ "${NANO_CONFIG}" == "all" ]] || ( list_find "$NANO_OPTS"
"--enable-color" && list_find "$NANO_OPTS" "--enable-nanorc" )
+then
config_query NANO_PROVIDED_CONFIG "Do you want to install one of the
available system-wide nanorc config files" n
fi
&&


==== //sgl/grimoires/devel/editors/nano/HISTORY#22 (text) ====

@@ -1,3 +1,6 @@
+2006-04-21 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: () surrounding in if condition (thanks dmlb2000), bug
11241
+
2006-04-19 Pol Vinogradov <vin.public AT gmail.com>
* spell-config/nanorc-{spell-highlighting,ruskie}: added, used for
spell
highlighting and SMGL specific needs (thanks e-type and ruskie for
idea)



  • [SM-Commit] PERFORCE change 78123 by Pol Vinogradov for review, Perforce Review Daemon, 04/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page