History Of Ticket 69624311b2440ae6
Not logged in

Artifacts Associated With Ticket 69624311b2440ae6

  1. Ticket change [aec0774b0f] (rid 435) by vitus on 2022-01-21 05:31:47:

    1. foundin initialized 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 initialized to: "3512f05d0a97ddb7841a54f317d85bbbcef8888c"
    6. severity initialized to: "Critical"
    7. status initialized to: "Open"
    8. title initialized to: "Commentable start script"
    9. type initialized to: "Feature_Request"