[haiku-commits] haiku: hrev46422 - /

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Nov 2013 17:58:39 +0100 (CET)

hrev46422 adds 1 changeset to branch 'master'
old head: a1c42e71897707830584b24a9cc396ae12565167
new head: 5369d17d119d1ae8e496805ed7c820bbfaa9accd
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=5369d17+%5Ea1c42e7

----------------------------------------------------------------------------

5369d17: configure: Fix for whitespace in path
  
  May fix #10170.

                                    [ Ingo Weinhold <ingo_weinhold@xxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46422
Commit:      5369d17d119d1ae8e496805ed7c820bbfaa9accd
URL:         http://cgit.haiku-os.org/haiku/commit/?id=5369d17
Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
Date:        Sat Nov 23 16:58:12 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/10170

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
configure | 2 +-

----------------------------------------------------------------------------

diff --git a/configure b/configure
index 4d282cd..621558a 100755
--- a/configure
+++ b/configure
@@ -772,7 +772,7 @@ else
                        SECONDARY_ARCH=$secondaryArch \
                        HAIKU_USE_GCC_GRAPHITE=`get_variable \
                                HAIKU_USE_GCC_GRAPHITE_$targetArch` \
-                       $script "$sourceDir" "$buildCrossTools" 
"$crossToolsDir" \
+                       "$script" "$sourceDir" "$buildCrossTools" 
"$crossToolsDir" \
                                $buildCrossToolsJobs || exit 1
                        crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
                fi


Other related posts:

  • » [haiku-commits] haiku: hrev46422 - / - ingo_weinhold