Whamcloud - gitweb
fix shebang -d problem
authorwangyb <wangyb>
Fri, 24 Mar 2006 04:44:37 +0000 (04:44 +0000)
committerwangyb <wangyb>
Fri, 24 Mar 2006 04:44:37 +0000 (04:44 +0000)
build/update_oldconfig

index 2f41003..175fa4a 100755 (executable)
@@ -1,4 +1,7 @@
-#!/usr/bin/expect -f -d
+#!/usr/bin/expect -f
+
+#enables some diagnostic output
+exp_internal 1
 
 # log all interaction to a file to diagnose failures
 log_file -a [lindex $argv 0]
 
 # log all interaction to a file to diagnose failures
 log_file -a [lindex $argv 0]