VirtualBox

Changeset 21204 in vbox for trunk/src


Ignore:
Timestamp:
Jul 3, 2009 2:14:37 PM (16 years ago)
Author:
vboxsync
Message:

Python shell: use shlex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r20949 r21204  
    2929import os,sys
    3030import traceback
     31import shlex
    3132
    3233# Simple implementation of IConsoleCallback, one can use it as skeleton
     
    202203
    203204def split_no_quotes(s):
    204    return s.split()
     205   #return s.split()
     206    return shlex.split(s)
    205207
    206208def createVm(ctx,name,kind,base):
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