VirtualBox

Changeset 71168 in vbox


Ignore:
Timestamp:
Mar 2, 2018 9:51:34 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/VBoxManage: Fixed specifying the destination without needing "--target-directory" in the copyto/copyfrom commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r69758 r71168  
    55
    66/*
    7  * Copyright (C) 2010-2017 Oracle Corporation
     7 * Copyright (C) 2010-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    27032703                 * --target-directory yet? Then use the current
    27042704                 * (= last) argument as destination. */
    2705                 if (   pCtx->pArg->argc == GetState.iNext
     2705                if (   GetState.argc == GetState.iNext
    27062706                    && pszDst == NULL)
    27072707                    pszDst = ValueUnion.psz;
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