tparse -d arg correctly (Fazlul Shahriar) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b7dccc48b4449f2fb3ddc664e4f01a00c90685d1
DIR parent d76a49fb4394c8a70de2480ef25bca2ac3aa2329
HTML Author: rsc <devnull@localhost>
Date: Sun, 25 Mar 2007 17:10:06 +0000
parse -d arg correctly (Fazlul Shahriar)
Diffstat:
M bin/adict | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/adict b/bin/adict
t@@ -57,7 +57,7 @@ fn dictwin {
dict=NONE
if(~ $1 -d){
shift
- dict=$2
+ dict=$1
shift
}
if(~ $1 -d*){