VirtualBox

Changeset 4724 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 12, 2007 10:01:36 AM (17 years ago)
Author:
vboxsync
Message:

fixed more bashism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4719 r4724  
    5858LIBPNG="-lpng"
    5959QTDIR="/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6"
    60 KBUILDDIR="`cd $(dirname $0); pwd`/kBuild"
    61 DEVDIR="`cd $(dirname $0); pwd`/tools"
     60KBUILDDIR="`cd \`dirname $0\`; pwd`/kBuild"
     61DEVDIR="`cd \`dirname $0\`; pwd`/tools"
    6262if [ -d "/lib/modules/`uname -r`/build" ]; then
    6363 LINUX="/lib/modules/`uname -r`/build"
     
    12771277
    12781278# test if we are OSE
    1279 if [ $OSE -eq 1 -a -d "`cd $(dirname $0); pwd`/src/VBox/Devices/USB" ]; then
     1279if [ $OSE -eq 1 -a -d "`cd \`dirname $0\`; pwd`/src/VBox/Devices/USB" ]; then
    12801280  echo "Found USB devices, assuming VBOX_OSE = FALSE" >> $LOG
    12811281  echo >> $LOG
Note: See TracChangeset for help on using the changeset viewer.

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