summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-01 19:44:30 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-01 19:44:30 (EST)
commit81d0117218a7ee741cf5b4cae228788917a8b172 (patch)
treecab044823c950d44ce70d9b15a71116e1a854e68 /src
parent20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 (diff)
Add missing ".sh" to file headers.
All source files were renamed two years ago in e206c66, but the headers were never updated.
Diffstat (limited to 'src')
-rw-r--r--src/oh-architecture.sh2
-rw-r--r--src/oh-autobuild.sh2
-rw-r--r--src/oh-autoclean.sh2
-rw-r--r--src/oh-autoconfigure.sh2
-rw-r--r--src/oh-autoinstall.sh2
-rw-r--r--src/oh-autotest.sh2
-rw-r--r--src/oh-fixperms.sh2
-rw-r--r--src/oh-installfiles.sh2
-rw-r--r--src/oh-strip.sh2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/oh-architecture.sh b/src/oh-architecture.sh
index 9f5593f..13c0a6d 100644
--- a/src/oh-architecture.sh
+++ b/src/oh-architecture.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-architecture
+# src/oh-architecture.sh
# Print build system architecture names.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh
index d647afe..1cb2355 100644
--- a/src/oh-autobuild.sh
+++ b/src/oh-autobuild.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-autobuild
+# src/oh-autobuild.sh
# Automatically build a package.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-autoclean.sh b/src/oh-autoclean.sh
index ad935f0..6efd949 100644
--- a/src/oh-autoclean.sh
+++ b/src/oh-autoclean.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-autoclean
+# src/oh-autoclean.sh
# Automatically clean up a package's built files.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh
index af24f3b..fb48515 100644
--- a/src/oh-autoconfigure.sh
+++ b/src/oh-autoconfigure.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-autoconfigure
+# src/oh-autoconfigure.sh
# Automatically configure a package to be built.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-autoinstall.sh b/src/oh-autoinstall.sh
index 25c1c44..711e481 100644
--- a/src/oh-autoinstall.sh
+++ b/src/oh-autoinstall.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-autoinstall
+# src/oh-autoinstall.sh
# Automatically install a package's data files.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-autotest.sh b/src/oh-autotest.sh
index 2061ece..34fcb56 100644
--- a/src/oh-autotest.sh
+++ b/src/oh-autotest.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-autotest
+# src/oh-autotest.sh
# Automatically run a package's test suites.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-fixperms.sh b/src/oh-fixperms.sh
index b5657a5..42a1e74 100644
--- a/src/oh-fixperms.sh
+++ b/src/oh-fixperms.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-fixperms
+# src/oh-fixperms.sh
# Fix permissions and ownerships of data files.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh
index 4505ac5..befcd59 100644
--- a/src/oh-installfiles.sh
+++ b/src/oh-installfiles.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-installfiles
+# src/oh-installfiles.sh
# Install files into a binary package staging area.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
diff --git a/src/oh-strip.sh b/src/oh-strip.sh
index 9dbd5f4..b104473 100644
--- a/src/oh-strip.sh
+++ b/src/oh-strip.sh
@@ -1,7 +1,7 @@
#!@SH@
#
# opkhelper
-# src/oh-strip
+# src/oh-strip.sh
# Strip binary objects of symbols.
#
# Copyright (C) 2012 Patrick "P. J." McDermott