[Pkg-owncloud-commits] [owncloud-client] 253/470: Hide environment variables when running the FinderSync icns script

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 17c645ce43b4098d3a92c18f26744fa8d85c1ae0
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Wed Mar 30 18:00:12 2016 +0200

    Hide environment variables when running the FinderSync icns script
    
    This otherwise shows up in the console for each incremental build.
---
 .../OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj b/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
index f9a232e..f72bfc2 100644
--- a/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
+++ b/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
@@ -267,6 +267,7 @@
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "if [[ ${OC_OEM_SHARE_ICNS} ]]; then\n  cp ${OC_OEM_SHARE_ICNS} ${BUILT_PRODUCTS_DIR}/FinderSyncExt.appex/Contents/Resources/app.icns\nfi";
+			showEnvVarsInLog = 0;
 		};
 /* End PBXShellScriptBuildPhase section */
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list