Feng 10 anos atrás
pai
commit
4e5b499aa7
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      rel/files/emqttd_ctl

+ 2 - 0
rel/files/emqttd_ctl

@@ -1,4 +1,6 @@
 #!/bin/sh
+# -*- tab-width:4;indent-tabs-mode:nil -*-
+# ex: ts=4 sw=4 et
 
 # /bin/sh on Solaris is not a POSIX compatible shell, but /usr/bin/ksh is.
 if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then