Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2010-11-10 19:49:14 +0000
committerMarkus Knauer2010-11-10 19:49:14 +0000
commit6094dd6f47a9370e57df948fa2df71fde67c8e74 (patch)
treedaa3d89a5ac6885cf18ffa10b37c06b735433e56 /releng
parent64c31e4a906a4dbca85cd83b989e4dd7ee027699 (diff)
downloadorg.eclipse.epp.packages-6094dd6f47a9370e57df948fa2df71fde67c8e74.tar.gz
org.eclipse.epp.packages-6094dd6f47a9370e57df948fa2df71fde67c8e74.tar.xz
org.eclipse.epp.packages-6094dd6f47a9370e57df948fa2df71fde67c8e74.zip
.
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPIndigo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/startEPPIndigo.sh b/releng/org.eclipse.epp.config/startEPPIndigo.sh
index 1bdcf17d..6d214251 100755
--- a/releng/org.eclipse.epp.config/startEPPIndigo.sh
+++ b/releng/org.eclipse.epp.config/startEPPIndigo.sh
@@ -1,6 +1,6 @@
#!/bin/bash
set -x
-umask 0022
+umask 0002
ulimit -n 2048
# Change this if building on build.eclipse.org to "server"; "local" otherwise

Back to the top