You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Problem1: asa would refuse to open a file with a dash
* Problem2: if opening a file fails, asa did not proceed to the next file argument
* This patch brings the code closer to NetBSD version [1]
* test1: "echo hi | perl asa" --> no args; read stdin
* test2: "perl asa real-file" --> one file argument; real-file is not a command option
* test3: "perl asa notfound real-file" --> warn for not opening 'notfound', process 'real-file' then exit with code 1 to indicate error
1. http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/asa/asa.c?annotate=1.17
0 commit comments