Changeset 203 in vbox
- Timestamp:
- Jan 20, 2007 4:30:23 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r175 r203 65 65 ENV="env.sh" 66 66 BUILD_TYPE="release" 67 # # todo: These are the chars that ar can deal with in mri mode: [A-Za-z0-9/\\$:.\-\_]68 INVALID_CHARS="[^A-Za-z0-9/\\$:. \-_]"67 # the restricting tool is ar (mri mode). 68 INVALID_CHARS="[^A-Za-z0-9/\\$:._-]" 69 69 70 70 if (cd $(dirname $0); pwd)|grep -q "$INVALID_CHARS"; then
Note:
See TracChangeset
for help on using the changeset viewer.