| Type | Bug | Status | submitted | Date | 15-Oct-2014 06:02 |
|---|---|---|---|---|---|
| Version | r3 master | Category | Host-Kit | Submitted by | abolka |
| Platform | Linux x86 libc6 | Severity | minor | Priority | normal |
| Summary | Passing "--quiet --secure allow" to R3 via shebang results in usage note being printed |
|---|---|
| Description | When passing two long-form arguments (such as --quiet --secure allow) to R3 through a shebang (!#) line in a script, R3 fails to parse the arguments and thus prints a usage note. |
| Example code |
$ cat foo.reb #!/usr/local/bin/rebol3 --quiet --secure allow REBOL [] print "Hello, World!" $ ./foo.reb REBOL 3.0 A0 10-Mar-2014/23:12:09 Command line usage: REBOL |options| |script| |arguments| Standard options: --args data Explicit arguments to script (quoted) --do expr Evaluate expression (quoted) ... Hello, World! $ |
| Assigned to | n/a | Fixed in | - | Last Update | 15-Oct-2014 06:02 |
|---|
| Date | User | Field | Action | Change |
|---|---|---|---|---|
| 15-Oct-2014 06:02 | abolka | Ticket | Added | - |