Author: rjung Date: Thu Oct 23 13:15:29 2014 New Revision: 1633805 URL: http://svn.apache.org/r1633805 Log: Ensure old shell compatibility.
Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache.org/viewvc/tomcat/native/trunk/jnirelease.sh?rev=1633805&r1=1633804&r2=1633805&view=diff ============================================================================== --- tomcat/native/trunk/jnirelease.sh (original) +++ tomcat/native/trunk/jnirelease.sh Thu Oct 23 13:15:29 2014 @@ -24,7 +24,8 @@ SVNBASE=https://svn.apache.org/repos/asf # Set the environment variable that stops OSX including storing extended # attributes in tar archives etc with a file starting with ._ -export COPYFILE_DISABLE=1 +COPYFILE_DISABLE=1 +export COPYFILE_DISABLE for o do --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org