summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/apatch.in4
-rw-r--r--lib/patchfns.in4
-rwxr-xr-xlib/rpatch.in4
-rwxr-xr-xlib/spec2series.in4
4 files changed, 16 insertions, 0 deletions
diff --git a/lib/apatch.in b/lib/apatch.in
index 3e48e37..a749b46 100755
--- a/lib/apatch.in
+++ b/lib/apatch.in
@@ -183,3 +183,7 @@ then
fi
apatch $patch
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/patchfns.in b/lib/patchfns.in
index f61edae..e17d164 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -608,3 +608,7 @@ in_array()
done
return 1
}
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/rpatch.in b/lib/rpatch.in
index 077e11b..7c69594 100755
--- a/lib/rpatch.in
+++ b/lib/rpatch.in
@@ -248,3 +248,7 @@ then
fi
rpatch "$patch" || exit 1
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/spec2series.in b/lib/spec2series.in
index 350723f..63aa50b 100755
--- a/lib/spec2series.in
+++ b/lib/spec2series.in
@@ -221,3 +221,7 @@ echo " done" >&2
cat
fi
)
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh