diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-01 02:20:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-01 02:20:11 (EDT) |
commit | 0aa632bbbf098ba90107aaea5dc41aa4344b2a7d (patch) | |
tree | e9488e79566bb5554cac34422ed8e2729feb22f9 /lib | |
parent | 64273d0e5db332446994483f478a93c918efb214 (diff) |
Adjust LIBDIR and add TODO note in changelog lib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/changelog.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 5733353..f757e90 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -19,8 +19,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. @@LIBDIR@@/opkhelper/messages +. @@LIBDIR@@/messages +# TODO: Either add an error callback to oh_changelog_parse() or make a central +# error handling library. +# TODO: Move message strings into locales. oh_changelog_parse_error() { _file="${1}" |