summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-03 04:08:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-03 04:08:22 (EDT)
commitbdc2dc8efd9e9438e46351eea7f8f99e86decf57 (patch)
treee8107c579e55ce4615b46e190599751991412493
parent333825e6aa7f717e43d1f77d89c5f8f11bf1c919 (diff)
Remove remaining (old) magic numbers from library.
-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.