J. Bakshi wrote:
On Wed, 9 Nov 2011 12:34:57 +0100 Jochen Spieker <[email protected]> wrote:... You need to either run "bash -x <script>" or use "set -x" in the script.Thanks , so is it a backward compatibility ? Shall I place "set -x" just after #!/bin/bash ?
You can also use this: #!/bin/bash -x Daniel --To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

