Changeset 54169 in vbox for trunk/src/VBox/Installer/linux/run-inst.sh
- Timestamp:
- Feb 12, 2015 10:22:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r50925 r54169 300 300 INSTALL_DIR="" 301 301 uninstalled=0 302 test -r "$CONFIG_DIR/$CONFIG" && . "$CONFIG_DIR/$CONFIG"302 test -r "$CONFIG_DIR/$CONFIG" && eval `grep ^INSTALL_DIR= "$CONFIG_DIR/$CONFIG"` 2>/dev/null 303 303 if test -n "$INSTALL_DIR" -a -x "$INSTALL_DIR/$UNINSTALLER"; then 304 304 "$INSTALL_DIR/$UNINSTALLER" $NO_CLEANUP 1>&2 ||
Note:
See TracChangeset
for help on using the changeset viewer.