summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 23:50:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 23:50:58 (EST)
commitd34d0df7747520cf6508a01340d9efa8a194895e (patch)
tree837e98d034e23f6990f096a62952fd630554274d /src
parent719a4eb167b15e0d4c81302e539f0cb847d444b8 (diff)
opkbuild, ob-*: Drop magic number interpreter lines
Diffstat (limited to 'src')
-rw-r--r--src/ob-applypatches.sh2
-rw-r--r--src/ob-buildenv.sh2
-rw-r--r--src/ob-buildopk.sh2
-rw-r--r--src/ob-checkbuilddeps.sh2
-rw-r--r--src/ob-genchanges.sh2
-rw-r--r--src/ob-gencontrol.sh2
-rw-r--r--src/ob-installdocs.sh2
-rw-r--r--src/ob-installplatconf.sh2
-rw-r--r--src/ob-unpacksource.sh2
-rw-r--r--src/opkbuild.sh2
10 files changed, 0 insertions, 20 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index 25374c4..892a3e4 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-applypatches.sh
# Apply patches to source code.
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index 70f87a7..7b5f30b 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-buildenv.sh
# Set up build environment.
diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
index 6d4363a..63fb760 100644
--- a/src/ob-buildopk.sh
+++ b/src/ob-buildopk.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-buildopk.sh
# Pack binary package files into an opk file.
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index fde1bfd..7f47b17 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-checkbuilddeps.sh
# Make sure that package build dependencies are installed.
diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh
index cedee80..6bf6f50 100644
--- a/src/ob-genchanges.sh
+++ b/src/ob-genchanges.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-genchanges.sh
# Generates a changes file to describe binary packages and their changes.
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh
index 27c16d5..b4d20c5 100644
--- a/src/ob-gencontrol.sh
+++ b/src/ob-gencontrol.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-gencontrol.sh
# Generates a control directory with a control file and scripts.
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index e0f3a11..6824f8a 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-installdocs.sh
# Install package documentation into a binary package staging area.
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index 6da8eca..771e3f5 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-installplatconf.sh
# Install build-time and run-time platform configuration files.
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index 4d0920e..31372e0 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/ob-unpacksource.sh
# Unpack native or upstream source.
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index e56c40f..532c857 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -1,5 +1,3 @@
-#!@@SH@@
-#
# opkbuild
# src/opkbuild.sh
# Build opkg packages.