[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jan 7 17:09:32 UTC 2011


branch "master" has been updated
       via  0d4c69604dd5423c3041062582ee5c7e90cfdc58 (commit)
      from  5f41415fd3e416970f90b5242213aa48f43a46d4 (commit)

Summary of changes:
 init-cmake.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 0d4c69604dd5423c3041062582ee5c7e90cfdc58
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Jan 7 11:09:30 2011 -0600

    Quoting is good.

diff --git a/init-cmake.sh b/init-cmake.sh
index 1eb0bd7..73c4735 100755
--- a/init-cmake.sh
+++ b/init-cmake.sh
@@ -110,7 +110,7 @@ while test $# -gt 0; do
 done
 
 if [ -n "${cmake_output}" ]; then
-    add_cmake_args -G ${cmake_output}
+    add_cmake_args -G "${cmake_output}"
 fi
 
 if ! test -f CMakeLists.txt; then

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list