Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (83c77b3d6784de12a8986457a9adc1a1a6cf1f2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (83c77b3d6784de12a8986457a9adc1a1a6cf1f2f)
  • Date: Sun, 13 Jan 2008 00:18:48 +0100

> --- a/FUNCTIONS
> +++ b/FUNCTIONS
> @@ -695,4 +695,35 @@ function default_kde3_build() {
>
> }
>
> +#---
> +## Default configure
> +#---
> +
> +function default_build_configure() {
> + # this is here so that config_query_option can be used without
> + # extra junk
> + local up_spell_name=$(echo $SPELL | tr "a-z" "A-Z") &&
> + local up_spell_name=$(echo $SPELL | tr "-" "_") &&
What if the spell name includes other non-variable-constituent characters?

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page