Changeset 4727 in vbox for trunk/configure
- Timestamp:
- Sep 12, 2007 11:41:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4726 r4727 236 236 [ -z "$TARGET_MACHINE" ] && TARGET_MACHINE=$BUILD_MACHINE 237 237 [ -z "$TARGET_CPU" ] && TARGET_CPU=$BUILD_CPU 238 OS=`uname -s | sed -e 's/GNU\/Linux/Linux/g' | tr 'A-Z' 'a-z'`238 OS=`uname -s | sed -e 's/GNU\/Linux/Linux/g' | tr [A-Z] [a-z]` 239 239 case "$OS" in 240 240 linux)
Note:
See TracChangeset
for help on using the changeset viewer.