mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parse -d arg correctly (Fazlul Shahriar)
This commit is contained in:
parent
d76a49fb43
commit
b7dccc48b4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ fn dictwin {
|
|||
dict=NONE
|
||||
if(~ $1 -d){
|
||||
shift
|
||||
dict=$2
|
||||
dict=$1
|
||||
shift
|
||||
}
|
||||
if(~ $1 -d*){
|
||||
|
|
Loading…
Reference in a new issue