2025-10-07
| ||
10:48 | • Closed ticket [69624311b2]: Commentable start script plus 6 other changes artifact: ffdfe0f6a7 user: vitus | |
2022-01-21
| ||
05:31 | • New ticket [69624311b2]. artifact: aec0774b0f user: vitus | |
Ticket Hash: | 69624311b2440ae63ed9a4f784feefefa877d278 | ||
Title: | Commentable start script | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Cosmetic | Priority: | Zero |
Subsystem: | Resolution: | Rejected | |
Last Modified: |
2025-10-07 10:48:46 5.5 days ago |
Created: |
2022-01-21 05:31:47 3.73 years ago |
Version Found In: | 0.8 |
User Comments: | ||||
vitus added on 2022-01-21 05:31:47:
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
vitus added on 2025-10-07 10:48:46: Start script is posix shell, not bash |