|
From: Masatake Y. <je...@gy...> - 2006-08-02 14:00:18
|
Could you review this patch and install it if you appreciate it?
2006-08-02 Masatake YAMATO <je...@gy...>
* dbg-io.inc: Put BASH_EXECUTION_STRING
to ${source_array}[0], not [1].
--- dbg-io.inc 20 3月 2006 10:51:36 +0900 1.8
+++ dbg-io.inc 02 8月 2006 22:57:27 +0900
@@ -204,7 +204,7 @@
if [[ -z $filename ]] || [[ $filename == $_Dbg_bogus_file ]] ; then
filevar='ABOGUSA'
source_array="_Dbg_source_${filevar}"
- local cmd="${source_array}[1]=\"$BASH_EXECUTION_STRING\""
+ local cmd="${source_array}[0]=\"$BASH_EXECUTION_STRING\""
eval $cmd
else
|