diff options
author | Jörg Mayer <jmayer@loplof.de> | 2003-02-18 11:24:19 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2003-02-18 11:24:19 +0000 |
commit | f40bf7ae8c9497b17fc919a59980ea3c518bfc6d (patch) | |
tree | d9c2b574273ce1199ab5276151211ad32abfb9ef /make-faq | |
parent | ade0adfe8998a50ad810acbcd518210e38171b83 (diff) | |
download | wireshark-f40bf7ae8c9497b17fc919a59980ea3c518bfc6d.tar.gz wireshark-f40bf7ae8c9497b17fc919a59980ea3c518bfc6d.tar.bz2 wireshark-f40bf7ae8c9497b17fc919a59980ea3c518bfc6d.zip |
Turn off -x
svn path=/trunk/; revision=7164
Diffstat (limited to 'make-faq')
-rwxr-xr-x | make-faq | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -#!/bin/sh -x +#!/bin/sh # -# $Id: make-faq,v 1.2 2003/01/29 12:58:45 jmayer Exp $ +# $Id: make-faq,v 1.3 2003/02/18 11:24:19 jmayer Exp $ # # Make-faq - Creates a plain text version of the Ethereal FAQ # from http://www.ethereal.com/faq |