public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 1] scripts/functions: Fix a variable name
  2009-10-23 17:47 [PATCH 0 of 1] [PATCH] Fix variable name Frederic Roussel
@ 2009-10-23 17:47 ` Frederic Roussel
  2009-10-23 18:00   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Frederic Roussel @ 2009-10-23 17:47 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 0 of 1] [PATCH] Fix variable name.
@ 2009-10-23 17:47 Frederic Roussel
  2009-10-23 17:47 ` [PATCH 1 of 1] scripts/functions: Fix a " Frederic Roussel
  0 siblings, 1 reply; 3+ messages in thread
From: Frederic Roussel @ 2009-10-23 17:47 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Hi,

I stumbled across a naming mistake in a variable when trying to access local patches directory.

Here's a one-liner patch.

Thanks all!

--Frederic,


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1 of 1] scripts/functions: Fix a variable name
  2009-10-23 17:47 ` [PATCH 1 of 1] scripts/functions: Fix a " Frederic Roussel
@ 2009-10-23 18:00   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2009-10-23 18:00 UTC (permalink / raw)
  To: Frederic Roussel; +Cc: crossgcc

Frederic,
All,

On Friday 23 October 2009 19:45:21 Frederic Roussel wrote:
> # 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>

Thank you! Applied!


Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-23 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-23 17:47 [PATCH 0 of 1] [PATCH] Fix variable name Frederic Roussel
2009-10-23 17:47 ` [PATCH 1 of 1] scripts/functions: Fix a " Frederic Roussel
2009-10-23 18:00   ` Yann E. MORIN

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).