From: Mark Wooding Date: Sun, 18 Dec 2011 21:19:19 +0000 (+0000) Subject: Strip redundant Emacs mode markers from Perl scripts. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-backup/commitdiff_plain/7e085b72d223525412d224cc95fecdf243934014 Strip redundant Emacs mode markers from Perl scripts. Users should arrange to have an `intepreter-mode-alist' entry for `@PERL@'. --- diff --git a/bkp.in b/bkp.in index 050319b..842c372 100755 --- a/bkp.in +++ b/bkp.in @@ -1,5 +1,4 @@ #! @PERL@ -### -*-perl-*- ### ### Run backups as instructed by a configuration file ### diff --git a/lvm-rmsnap.in b/lvm-rmsnap.in index 0a46166..12b87c7 100755 --- a/lvm-rmsnap.in +++ b/lvm-rmsnap.in @@ -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 --- a/snap.in +++ b/snap.in @@ -1,5 +1,4 @@ #! @PERL@ -### -*-perl-*- ### ### Create and remove snapshots of block devices ### diff --git a/snap.rfreezefs.in b/snap.rfreezefs.in index 085ae93..a6eca57 100755 --- a/snap.rfreezefs.in +++ b/snap.rfreezefs.in @@ -1,5 +1,4 @@ #! @PERL@ -### -*-perl-*- ### ### Synchronize snapshot with remotely mounted filesystem ###