Add back a 'dummy' comment I removed with commit e91121e143

Change-Id: Ia21dc80c8b942fbc1a85a8990354bdaaf9dc8210
Reviewed-on: https://code.wireshark.org/review/3161
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2014-07-22 08:00:30 +02:00 committed by Jörg Mayer
parent 2029c41f51
commit 7bc24eda07
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# the end of a script line that would cause an error otherwise. Use this
# option if supported.
# Note: The following line must be the first non-comment line
(set -o igncr) 2>/dev/null && set -o igncr;
(set -o igncr) 2>/dev/null && set -o igncr; # comment is needed as well
err_exit () {
echo ""