From 74ae00e1477d2572696f563db86454402468e61c Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 20 Mar 2006 18:09:05 +0000 Subject: [PATCH 1/1] Apparently it's lindex, not index. --- build/update_oldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update_oldconfig b/build/update_oldconfig index 3332bf7..e50a4e3 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -1,7 +1,7 @@ #!/usr/bin/expect -f # log all interaction to a file to diagnose failures -log_file [index $argv 0] +log_file [lindex $argv 0] # and not stddout log_user 0 -- 1.8.3.1