Changeset 175 in vbox
- Timestamp:
- Jan 19, 2007 9:13:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r174 r175 66 66 BUILD_TYPE="release" 67 67 ## todo: These are the chars that ar can deal with in mri mode: [A-Za-z0-9/\\$:.\-\_] 68 INVALID_CHARS="[ +$]"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.