diff options
author | P. 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) |
commit | 81d0117218a7ee741cf5b4cae228788917a8b172 (patch) | |
tree | cab044823c950d44ce70d9b15a71116e1a854e68 /lib | |
parent | 20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 (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 'lib')
-rw-r--r-- | lib/buildsystem.sh | 2 | ||||
-rw-r--r-- | lib/buildsystem/autoconf.sh | 2 | ||||
-rw-r--r-- | lib/buildsystem/kbuild.sh | 2 | ||||
-rw-r--r-- | lib/buildsystem/make.sh | 2 | ||||
-rw-r--r-- | lib/common.sh | 2 | ||||
-rw-r--r-- | lib/load.sh | 2 | ||||
-rw-r--r-- | lib/locale.sh | 2 | ||||
-rw-r--r-- | lib/output.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 0369700..836f31e 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem +# lib/buildsystem.sh # Interface for interacting with software build systems. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh index 716ebca..b9b2eeb 100644 --- a/lib/buildsystem/autoconf.sh +++ b/lib/buildsystem/autoconf.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/autoconf +# lib/buildsystem/autoconf.sh # Build system plugin for GNU Autoconf. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/buildsystem/kbuild.sh b/lib/buildsystem/kbuild.sh index 5525e86..ae548f9 100644 --- a/lib/buildsystem/kbuild.sh +++ b/lib/buildsystem/kbuild.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/kbuild +# lib/buildsystem/kbuild.sh # Build system plugin for kbuild. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/buildsystem/make.sh b/lib/buildsystem/make.sh index 970b1f5..184b831 100644 --- a/lib/buildsystem/make.sh +++ b/lib/buildsystem/make.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/make +# lib/buildsystem/make.sh # Build system plugin for POSIX-conformant make. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/common.sh b/lib/common.sh index e9bbefa..074dff3 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/common +# lib/common.sh # Functions common to all utilities. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/load.sh b/lib/load.sh index d537b4b..d376084 100644 --- a/lib/load.sh +++ b/lib/load.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/load +# lib/load.sh # Functions for loading library modules. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/locale.sh b/lib/locale.sh index 5601364..1bd3c6c 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -1,5 +1,5 @@ # opkbuild -# lib/locale +# lib/locale.sh # Locale functions. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/output.sh b/lib/output.sh index fe898ad..a969c8d 100644 --- a/lib/output.sh +++ b/lib/output.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/output +# lib/output.sh # Functions for printing messages. # # Copyright (C) 2013-2014 Patrick "P. J." McDermott |