Ticket Change Details
Not logged in
Overview

Artifact ID: aec0774b0f942e7c13ea8160bd94901ffb21f92a
Ticket: 69624311b2440ae63ed9a4f784feefefa877d278
Commentable start script
User & Date: vitus on 2022-01-21 05:31:47
Changes

  1. foundin changed to: "0.8"
  2. icomment:
    Now start script, generated by vws uses shel line continuation chardtecr to collect
    lots of options into single command line.
    
    This doesn't allow to put shell comments in, neither comment out some options to disable them temporarily.
    
    Maxim Nikuiln suggested use of bash arrays instead of continuation. Something like
    
        ARG[1]="-name name"
        ARG[2]="-net user"
        ARG[3]="-mem 4G"
    
        qemu-system-x86 $ARG[*]
    
  3. login: "vitus"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "3512f05d0a97ddb7841a54f317d85bbbcef8888c"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "Commentable start script"
  9. type changed to: "Feature_Request"