Running a Script- and debugging.

Patrick O'Callaghan pocallaghan at gmail.com
Tue Sep 22 22:02:26 UTC 2009


On Tue, 2009-09-22 at 15:46 -0400, Jim wrote:
> Could someone give me a Ideal as to this part of a script would
> hangup 
> script.
> In FC11.
> 
> The hangup stops at;
> 
> cd 'dirname $0'

One more thing: according to the bashdb man page, if you use $0 in the
script you should invoke the debugger as "bash --debugger script" rather
than "bashdb script". "man bashdb" for more information.

poc




More information about the fedora-list mailing list