Changeset 99503 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Apr 21, 2023 1:36:45 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r99502 r99503 150 150 151 151 # Attempt to detect VirtualBox Guest Additions version and revision information. 152 VBOXCLIENT="${INSTALL_DIR}/bin/VBoxC lient"152 VBOXCLIENT="${INSTALL_DIR}/bin/VBoxControl" 153 153 VBOX_VERSION="`"$VBOXCLIENT" --version | cut -d r -f1`" 154 154 [ -n "$VBOX_VERSION" ] || VBOX_VERSION='unknown'
Note:
See TracChangeset
for help on using the changeset viewer.