Strip redundant Emacs mode markers from Perl scripts.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 18 Dec 2011 21:19:19 +0000 (21:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 18 Dec 2011 21:20:48 +0000 (21:20 +0000)
Users should arrange to have an `intepreter-mode-alist' entry for
`@PERL@'.

bkp.in
lvm-rmsnap.in
snap.in
snap.rfreezefs.in

diff --git a/bkp.in b/bkp.in
index 050319b..842c372 100755 (executable)
--- a/bkp.in
+++ b/bkp.in
@@ -1,5 +1,4 @@
 #! @PERL@
-### -*-perl-*-
 ###
 ### Run backups as instructed by a configuration file
 ###
index 0a46166..12b87c7 100755 (executable)
@@ -1,5 +1,4 @@
 #! @PERL@
-### -*-perl-*-
 ###
 ### Remove an LVM snapshot, without falling foul of LVM bugs
 ###
diff --git a/snap.in b/snap.in
index 34e0be5..0a9b571 100755 (executable)
--- a/snap.in
+++ b/snap.in
@@ -1,5 +1,4 @@
 #! @PERL@
-### -*-perl-*-
 ###
 ### Create and remove snapshots of block devices
 ###
index 085ae93..a6eca57 100755 (executable)
@@ -1,5 +1,4 @@
 #! @PERL@
-### -*-perl-*-
 ###
 ### Synchronize snapshot with remotely mounted filesystem
 ###