Changeset 82787 in vbox for trunk/tools
- Timestamp:
- Jan 19, 2020 12:29:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/gen-slickedit-workspace.sh
r81758 r82787 498 498 # 499 499 if test -z "${MY_SLICK_CONFIG}"; then 500 if test -d "${HOME}/Library/Application Support/Slick edit"; then501 MY_SLICKDIR_="${HOME}/Library/Application Support/Slick edit"500 if test -d "${HOME}/Library/Application Support/SlickEdit"; then 501 MY_SLICKDIR_="${HOME}/Library/Application Support/SlickEdit" 502 502 MY_USERCPP_H="unxcpp.h" 503 MY_VSLICK_DB="vslick.st u"503 MY_VSLICK_DB="vslick.sta" # was .stu earlier, 24 is using .sta. 504 504 elif test -d "${HOMEDRIVE}${HOMEPATH}/Documents/My SlickEdit Config"; then 505 505 MY_SLICKDIR_="${HOMEDRIVE}${HOMEPATH}/Documents/My SlickEdit Config"
Note:
See TracChangeset
for help on using the changeset viewer.