aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-03 10:27:09 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-03 12:35:30 +0000
commit05384709a0a208f298e25c0123aa8e2adead583f (patch)
treeafd7c4d85757e078e12425a3e1628d7ce86bb99d /test/suite-capture.sh
parent2e84d20018b168f20eaed762cc2ad649d19960b0 (diff)
Suite test: fix modelines for bash script (emac)
c-basic-offset -> sh-basic-offset Change-Id: I16b19b608fbdb7f0408f7c31871fae746c8c4f50 Reviewed-on: https://code.wireshark.org/review/13683 Reviewed-by: cedric izoard <cedric.izoard@ceva-dsp.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index f4ed96f9f7..d8270a6a73 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -528,7 +528,7 @@ capture_suite() {
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End: