From: brian Date: Mon, 20 Mar 2006 18:09:05 +0000 (+0000) Subject: Apparently it's lindex, not index. X-Git-Tag: v1_7_100~525 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=74ae00e1477d2572696f563db86454402468e61c;hp=bc1afa51e9f1df823e3b9aefb5513609ce1de521 Apparently it's lindex, not index. --- 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