From e5c10d7f33e6d4567e20355c66091ce67a7779a0 Mon Sep 17 00:00:00 2001 From: wangyb Date: Fri, 24 Mar 2006 04:44:37 +0000 Subject: [PATCH] fix shebang -d problem --- build/update_oldconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/update_oldconfig b/build/update_oldconfig index 2f41003..175fa4a 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -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] -- 1.8.3.1