Changeset 65 in vbox for trunk/configure
- Timestamp:
- Jan 16, 2007 2:27:04 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r64 r65 67 67 INVALID_CHARS="[+$ ]" 68 68 69 if pwd|grep -q "$INVALID_CHARS"; then70 echo "Error: Currentpath contains invalid characters!"69 if (cd $(dirname $0); pwd)|grep -q "$INVALID_CHARS"; then 70 echo "Error: VBox base path contains invalid characters!" 71 71 exit 1 72 72 fi
Note:
See TracChangeset
for help on using the changeset viewer.