diff options
Diffstat (limited to 'astro/google-earth/files/patch-stacksize')
-rw-r--r-- | astro/google-earth/files/patch-stacksize | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/astro/google-earth/files/patch-stacksize b/astro/google-earth/files/patch-stacksize deleted file mode 100644 index f30765e88d9c..000000000000 --- a/astro/google-earth/files/patch-stacksize +++ /dev/null @@ -1,10 +0,0 @@ -Index: bin/googleearth -@@ -34,6 +34,8 @@ FindPath() - dirname $fullpath - } - -+ulimit -s 32768 2>/dev/null -+ - # Set the home if not already set. - if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; then - GOOGLEEARTH_DATA_PATH="`FindPath $0`" |