summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/changelog.sh2
-rw-r--r--lib/control.sh2
-rw-r--r--lib/messages.sh2
-rw-r--r--lib/util.sh2
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 4b15dc9..01e4644 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -1,5 +1,3 @@
-#!@@SHELL@@
-#
# opkhelper
# lib/changelog
# Functions for parsing changelogs.
diff --git a/lib/control.sh b/lib/control.sh
index 5aabdeb..f8d826d 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -1,5 +1,3 @@
-#!@@SHELL@@
-#
# opkhelper
# lib/control
# Functions for parsing control files.
diff --git a/lib/messages.sh b/lib/messages.sh
index ab1533b..5a2139f 100644
--- a/lib/messages.sh
+++ b/lib/messages.sh
@@ -1,5 +1,3 @@
-#!@@SHELL@@
-#
# opkhelper
# lib/messages
# Functions for printing error and warning messages.
diff --git a/lib/util.sh b/lib/util.sh
index 21d0d80..3f348d9 100644
--- a/lib/util.sh
+++ b/lib/util.sh
@@ -1,5 +1,3 @@
-#!@@SHELL@@
-#
# opkhelper
# lib/util
# Common functions for utilities.