summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-18 22:31:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-18 22:31:10 +0900
commit714211691fe0324acc4a4c5b30b6d72e6571832a (patch)
treec6c052b6a0c7ef4e0205cdc46f218715acedcec7
parentae96f3ea4882e243513827da7c2ab889af3b1608 (diff)
downloadadmin-71421169.tar.gz
admin-71421169.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-xcompile9
-rwxr-xr-xdepcomp9
-rwxr-xr-xdetect-autoconf.pl2
-rw-r--r--ltmain.sh7
-rwxr-xr-xmkinstalldirs9
-rwxr-xr-xylwrap9
6 files changed, 0 insertions, 45 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:
diff --git a/depcomp b/depcomp
index 04701da..789e94f 100755
--- a/depcomp
+++ b/depcomp
@@ -519,12 +519,3 @@ none)
esac
exit 0
-
-# 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:
diff --git a/detect-autoconf.pl b/detect-autoconf.pl
index 5ce1a08..02e8873 100755
--- a/detect-autoconf.pl
+++ b/detect-autoconf.pl
@@ -252,5 +252,3 @@ export AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE ACLOCAL WHICH
EOF
exit 0;
-
-# vim: set noet ts=8 sw=4:
diff --git a/ltmain.sh b/ltmain.sh
index 7ed280b..73f0e2e 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -8404,10 +8404,3 @@ build_old_libs=yes
# ### BEGIN LIBTOOL TAG CONFIG: disable-static
build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
# ### END LIBTOOL TAG CONFIG: disable-static
-
-# Local Variables:
-# mode:shell-script
-# sh-indentation:2
-# End:
-# vi:sw=2
-
diff --git a/mkinstalldirs b/mkinstalldirs
index 259dbfc..6ac3d96 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -147,12 +147,3 @@ do
done
exit $errstatus
-
-# 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:
diff --git a/ylwrap b/ylwrap
index 102bd89..f324568 100755
--- a/ylwrap
+++ b/ylwrap
@@ -212,12 +212,3 @@ cd ..
rm -rf $dirname
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: