commit b7dccc48b4449f2fb3ddc664e4f01a00c90685d1 parent d76a49fb4394c8a70de2480ef25bca2ac3aa2329 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(-)
diff --git a/bin/adict b/bin/adict @@ -57,7 +57,7 @@ fn dictwin { dict=NONE if(~ $1 -d){ shift - dict=$2 + dict=$1 shift } if(~ $1 -d*){