Changeset 98665 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Feb 21, 2023 7:49:56 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r98298 r98665 2328 2328 return errorSyntax(GuestCtrl::tr("No template specified!")); 2329 2329 2330 #ifndef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 2330 2331 if (!fDirectory) 2331 2332 return errorSyntax(GuestCtrl::tr("Creating temporary files is currently not supported!")); 2333 #endif 2332 2334 2333 2335 RTEXITCODE rcExit = gctlCtxPostOptionParsingInit(pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.