summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-18 12:11:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-18 12:11:44 (EDT)
commitb6d7f72d6edb19f2afd5ccf1816e2c7732d3803a (patch)
tree4dd7f7edcd59ba7fb259bf4149fc2ed4aeba3525 /src
parented0e0c68991659f6a2c10b5e1e8b03e8044ac91b (diff)
src/*.sh: Add ".sh" to header comment.
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, 10 insertions, 10 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index 10ace82..c5039d5 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-applypatches
+# src/ob-applypatches.sh
# Apply patches to source code.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index e02c19a..5ccd4d0 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-buildenv
+# src/ob-buildenv.sh
# Set up build environment.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
index 264e532..5c0ff4b 100644
--- a/src/ob-buildopk.sh
+++ b/src/ob-buildopk.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-buildopk
+# src/ob-buildopk.sh
# Pack binary package files into an opk file.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index be7b875..53337dc 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-checkbuilddeps
+# src/ob-checkbuilddeps.sh
# Make sure that package build dependencies are installed.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh
index d5f60b9..80c2a56 100644
--- a/src/ob-genchanges.sh
+++ b/src/ob-genchanges.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-genchanges
+# src/ob-genchanges.sh
# Generates a changes file to describe binary packages and their changes.
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh
index 542117d..ff1414a 100644
--- a/src/ob-gencontrol.sh
+++ b/src/ob-gencontrol.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-gencontrol
+# src/ob-gencontrol.sh
# Generates a control directory with a control file and scripts.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index 5cd49a9..512976a 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-installdocs
+# src/ob-installdocs.sh
# Install package documentation into a binary package staging area.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index 5a29442..466023c 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-installplatconf
+# src/ob-installplatconf.sh
# Install build-time and run-time platform configuration files.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index 07c8d48..0324a4e 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/ob-unpacksource
+# src/ob-unpacksource.sh
# Unpack native or upstream source.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index ebf010d..5b5ff60 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -1,7 +1,7 @@
#!@@SH@@
#
# opkbuild
-# src/opkbuild
+# src/opkbuild.sh
# Build opkg packages.
#
# Copyright (C) 2012 Patrick "P. J." McDermott