Last change
on this file since 3911 was 630, checked in by bcornec, 19 years ago |
- Fix a bug in common-env around umask too restrictive
- Fix permissions for autorun
- 2.0.8-2 now in Web pages
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
File size:
208 bytes
|
Rev | Line | |
---|
[20] | 1 | #!/bin/bash
|
---|
| 2 | #
|
---|
[576] | 3 | # Creates common environment
|
---|
[33] | 4 | #
|
---|
| 5 | # $Id: common-env 630 2006-06-07 09:32:52Z bcornec $
|
---|
| 6 | #
|
---|
[20] | 7 |
|
---|
| 8 | # Adapt to your needs
|
---|
[33] | 9 | export BASE=${HOME}/mondo
|
---|
[576] | 10 | export TOPDIR=${BASE}/build
|
---|
| 11 | mkdir -p ${TOPDIR}
|
---|
| 12 | export TMPDIR=
|
---|
| 13 | export TMP=`mktemp -d -p /tmp`
|
---|
[630] | 14 |
|
---|
| 15 | umask 022
|
---|
Note:
See
TracBrowser
for help on using the repository browser.