Author: markt
Date: Mon Jul 7 11:41:42 2014
New Revision: 1608417
URL: http://svn.apache.org/r1608417
Log:
Stop OSX storing extended attributes in additional files in tar files
Modified:
tomcat/native/branches/1.1.x/jnirelease.sh
Modified: tomcat/native/branches/1.1.x/jnirelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/jnirelease.sh?rev=1608417&r1=1608416&r2=1608417&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/jnirelease.sh (original)
+++ tomcat/native/branches/1.1.x/jnirelease.sh Mon Jul 7 11:41:42 2014
@@ -29,6 +29,10 @@ JKJNIVER=""
SVNBASE=https://svn.apache.org/repos/asf/tomcat/native
TCTRUNK_SVNBASE=https://svn.apache.org/repos/asf/tomcat/trunk
+# Set the environment variable that stops OSX storing extended
+# attributes in tar archives etc. with a file starting with ._
+export COPYFILE_DISABLE=1
+
for o
do
case "$o" in
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]