Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master quill by ruskie (fb310ba5ab7e2ab35b9e5df85abcd6cd14117e55)

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 quill by ruskie (fb310ba5ab7e2ab35b9e5df85abcd6cd14117e55)
  • Date: Wed, 10 Jan 2007 08:49:11 +0100

On Wednesday 10 January 2007 02:51, ruskie wrote:
> function quill_cpan_core()
> {
> quill_get_cpan_meta $1
> - SPELL_NAME="${1/::/-}"
> + SPELL_NAME="$(echo ${1} | sed -e 's/::/-/g')"
"${1//::/-}" does the same without the forking. ;)

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpClNZcNlKHc.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page