Revision: 3477
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3477&view=rev
Author:   hofman
Date:     2008-03-14 05:47:02 -0700 (Fri, 14 Mar 2008)

Log Message:
-----------
remove backslash escapes from script

Modified Paths:
--------------
    trunk/Skim.xcodeproj/project.pbxproj

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2008-03-14 12:14:54 UTC (rev 
3476)
+++ trunk/Skim.xcodeproj/project.pbxproj        2008-03-14 12:47:02 UTC (rev 
3477)
@@ -1656,7 +1656,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\necho \"*** Indexing Help ***\"\ncd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfor LOC_DIR in 
*.lproj; do \\\nif [ \"${LOC_DIR}\" = \"French.lproj\" ]; then LANG=\"fr\"; 
\\\nelif [ \"${LOC_DIR}\" = \"German.lproj\" ]; then LANG=\"de\"; \\\nelif [ 
\"${LOC_DIR}\" = \"Hungarian.lproj\" ]; then LANG=\"hu\"; \\\nelif [ 
\"${LOC_DIR}\" = \"Italian.lproj\" ]; then LANG=\"it\"; \\\nelif [ 
\"${LOC_DIR}\" = \"Spanish.lproj\" ]; then LANG=\"es\"; \\\nelif [ 
\"${LOC_DIR}\" = \"Swedish.lproj\" ]; then LANG=\"sv\"; \\\nelse LANG=\"en\"; 
\\\nfi; \\\n\"${SYSTEM_DEVELOPER_UTILITIES_DIR}/Help 
Indexer.app/Contents/MacOS/Help Indexer\" \\\n\"${LOC_DIR}/Skim Help\" 
\\\n-Tokenizer 1 \\\n-ShowProgress NO \\\n-LogStyle 2 \\\n-IndexAnchors YES 
\\\n-TigerIndexing YES \\\n-GenerateSummaries YES \\\n-Stopwords \"${LANG}\" 
\\\n-MinTermLength 3;\\\ndone\nexit 0";
+                       shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\necho \"*** Indexing Help ***\"\ncd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfor LOC_DIR in 
*.lproj; do\nif [ \"${LOC_DIR}\" = \"French.lproj\" ]; then LANG=\"fr\";\nelif 
[ \"${LOC_DIR}\" = \"German.lproj\" ]; then LANG=\"de\";\nelif [ \"${LOC_DIR}\" 
= \"Hungarian.lproj\" ]; then LANG=\"hu\";\nelif [ \"${LOC_DIR}\" = 
\"Italian.lproj\" ]; then LANG=\"it\";\nelif [ \"${LOC_DIR}\" = 
\"Spanish.lproj\" ]; then LANG=\"es\";\nelif [ \"${LOC_DIR}\" = 
\"Swedish.lproj\" ]; then LANG=\"sv\";\nelse 
LANG=\"en\";\nfi;\n\"${SYSTEM_DEVELOPER_UTILITIES_DIR}/Help 
Indexer.app/Contents/MacOS/Help Indexer\" \\\n\"${LOC_DIR}/Skim Help\" 
\\\n-Tokenizer 1 \\\n-ShowProgress NO \\\n-LogStyle 2 \\\n-IndexAnchors YES 
\\\n-TigerIndexing YES \\\n-GenerateSummaries YES \\\n-Stopwords \"${LANG}\" 
\\\n-MinTermLength 3;\\\ndone\nexit 0";
                };
                CE592C630B9239E300C113DF /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to