public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Frederic Roussel <fr.frasc@gmail.com>
To: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Cc: crossgcc@sourceware.org
Subject: [PATCH 1 of 1] scripts/functions: Fix a variable name
Date: Fri, 23 Oct 2009 17:47:00 -0000	[thread overview]
Message-ID: <991a59088ff09528896a.1256319921@svfroussellnx.svl.access-company.com> (raw)
In-Reply-To: <patchbomb.1256319920@svfroussellnx.svl.access-company.com>

# HG changeset patch
# User fr.frasc@gmail.com
# Date 1256316502 25200
# Node ID 991a59088ff09528896ac64ed4e8a6fba31eae39
# Parent  1fd08b889aa310f1ccedbe4395ccbeffc9279c08
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>

diff -r 1fd08b889aa3 -r 991a59088ff0 scripts/functions
--- a/scripts/functions	Wed Oct 21 18:08:31 2009 +0200
+++ b/scripts/functions	Fri Oct 23 09:48:22 2009 -0700
@@ -612,7 +612,7 @@
     CT_DoLog EXTRA "Patching '${basename}'"
 
     bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
-    local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
+    local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}"
 
     case "${CT_PATCH_ORDER}" in
         bundled)        patch_dirs=("${bundled_patch_dir}");;

--
For unsubscribe information see http://sourceware.org/lists.html#faq

  reply	other threads:[~2009-10-23 17:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-23 17:47 [PATCH 0 of 1] [PATCH] Fix " Frederic Roussel
2009-10-23 17:47 ` Frederic Roussel [this message]
2009-10-23 18:00   ` [PATCH 1 of 1] scripts/functions: Fix a " Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=991a59088ff09528896a.1256319921@svfroussellnx.svl.access-company.com \
    --to=fr.frasc@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@anciens.enib.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).