VirtualBox

Changeset 39472 in vbox


Ignore:
Timestamp:
Nov 30, 2011 10:38:46 AM (13 years ago)
Author:
vboxsync
Message:

windows adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/gen-slickedit-workspace.sh

    r39426 r39472  
    372372        MY_SLICKDIR_="${HOME}/Library/Application Support/Slickedit"
    373373        MY_USERCPP_H="unxcpp.h"
     374        MY_VSLICK_DB="vslick.stu"
    374375    elif test -d "${HOMEDRIVE}${HOMEPATH}/Documents/My SlickEdit Config"; then
    375376        MY_SLICKDIR_="${HOMEDRIVE}${HOMEPATH}/Documents/My SlickEdit Config"
    376377        MY_USERCPP_H="usercpp.h"
     378        MY_VSLICK_DB="vslick.sta"
    377379    else
    378380        MY_SLICKDIR_="${HOME}/.slickedit"
    379381        MY_USERCPP_H="unxcpp.h"
     382        MY_VSLICK_DB="vslick.stu"
    380383    fi
    381384
     
    384387    for subdir in "${MY_SLICKDIR_}/"*;
    385388    do
    386         if test -f "${subdir}/${MY_USERCPP_H}"  -o  -f "${subdir}/vslick.stu"; then
     389        if test -f "${subdir}/${MY_USERCPP_H}"  -o  -f "${subdir}/${MY_VSLICK_DB}"; then
    387390            MY_CUR_VER_NUM=0
    388391            MY_CUR_VER=`echo "${subdir}" | ${MY_SED} -e 's,^.*/,,g'`
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