summaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-18 22:31:10 +0900
committerSlávek Banko <slavek.banko@axis.cz>2020-09-18 15:42:47 +0200
commitabcfc50b82beb89ebce050026ac8ba6f36ef9bef (patch)
tree2958a29b0772cc4c1b5eb6fbf4808ce5a96e8440 /compile
parentd146df0c006228cfeb7b49321d480b50c0d598b3 (diff)
downloadadmin-abcfc50b82beb89ebce050026ac8ba6f36ef9bef.tar.gz
admin-abcfc50b82beb89ebce050026ac8ba6f36ef9bef.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 714211691fe0324acc4a4c5b30b6d72e6571832a)
Diffstat (limited to 'compile')
-rwxr-xr-xcompile9
1 files changed, 0 insertions, 9 deletions
diff --git a/compile b/compile
index 1b1d232..6bd93bd 100755
--- a/compile
+++ b/compile
@@ -131,12 +131,3 @@ fi
rmdir "$lockdir"
exit $ret
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
-# End: