Revision 124:fc093b176444 vext.ps1

View differences:

vext.ps1
43 43
    }
44 44
}
45 45

  
46
if ($args -match "[^a-z]") {
46
if ($args -match "'""") {
47 47
    $arglist = '["usage"]'
48 48
} else {
49 49
    $arglist = '["' + ($args -join '","') + '"]'

Also available in: Unified diff