[PATCH 0 of 1] [PATCH] Fix variable name.

View: New views
3 Messages — Rating Filter:   Alert me  

[PATCH 0 of 1] [PATCH] Fix variable name.

by Frederic Roussel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


[PATCH 1 of 1] scripts/functions: Fix a variable name

by Frederic Roussel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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


Re: [PATCH 1 of 1] scripts/functions: Fix a variable name

by Yann E. MORIN :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Frederic,
All,

On Friday 23 October 2009 19:45:21 Frederic Roussel wrote:
> # HG changeset patch
> # User fr.frasc@...
> # Date 1256316502 25200
> # Node ID 991a59088ff09528896ac64ed4e8a6fba31eae39
> # Parent  1fd08b889aa310f1ccedbe4395ccbeffc9279c08
> scripts/functions: Fix a variable name.
> Signed-off-by: Frederic Roussel <fr.frasc@...>

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