VirtualBox

Changeset 203 in vbox


Ignore:
Timestamp:
Jan 20, 2007 4:30:23 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17680
Message:

Apparently grep evaluates regexps a bit differently from flex/bison. live an learn. (info grep: '-' represents the range if it's not first or last in a list or the ending point of a range.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r175 r203  
    6565ENV="env.sh"
    6666BUILD_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).
     68INVALID_CHARS="[^A-Za-z0-9/\\$:._-]"
    6969
    7070if (cd $(dirname $0); pwd)|grep -q "$INVALID_CHARS"; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette