Whamcloud - gitweb
Apparently it's lindex, not index.
authorbrian <brian>
Mon, 20 Mar 2006 18:09:05 +0000 (18:09 +0000)
committerbrian <brian>
Mon, 20 Mar 2006 18:09:05 +0000 (18:09 +0000)
build/update_oldconfig

index 3332bf7..e50a4e3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/expect -f
 
 # log all interaction to a file to diagnose failures
 #!/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
 
 # and not stddout
 log_user 0