From: John Mulligan Date: Mon, 10 Oct 2022 14:01:21 +0000 (-0400) Subject: install-deps: remove emacs modeline from script X-Git-Tag: v18.1.0~1001^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8b20c0d1f32c48524fc66d9e169e9eaaa42bd0d;p=ceph.git install-deps: remove emacs modeline from script The majority of the lines in this shell script uses spaces to indent, but I *think* this modeline tells emacs to indent with tabs. In a very near future change I'm going to make all indents use spaces. So we first remove the emacs modeline that tells it to use the opposite. Signed-off-by: John Mulligan --- diff --git a/install-deps.sh b/install-deps.sh index 20970ab8c78e..b7ddf4a20eed 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# -*- mode:sh; tab-width:8; indent-tabs-mode:t -*- # # Ceph distributed storage system #