[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 13 16:34:30 CDT 2010


branch "master" has been updated
       via  cbf1b57006f6e5e10d757a0c0c677c0f9b08f19e (commit)
      from  088e59a1a804aeb42a8a63a64902cc64c1c2c97e (commit)

Summary of changes:
 gitall-asterisk-scf.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit cbf1b57006f6e5e10d757a0c0c677c0f9b08f19e
Author: David M. Lee <dlee at digium.com>
Date:   Mon Sep 13 16:32:18 2010 -0500

    formatting

diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 8844a6e..1942082 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -91,10 +91,10 @@ for ((i=0; i < ${numComponents}; i++)) ; do
    file="${component[i]}/CMakeLists.txt"
    backup="${component[i]}/CMakeLists-localBackup.txt"
    if [ ! -f ${backup} ]; then
-     echo "Backing up ${file} to ${backup}"
-     cp ${file} ${backup}
-     echo "Installing new ${file}"
-     cp CMakeLists-all.txt ${file}
+      echo "Backing up ${file} to ${backup}"
+      cp ${file} ${backup}
+      echo "Installing new ${file}"
+      cp CMakeLists-all.txt ${file}
    fi
 done
 

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


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list